<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.bzz.ch/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.bzz.ch/feed.php">
        <title>BZZ - Modulwiki - modul:m122:learningunits:lu02</title>
        <description></description>
        <link>https://wiki.bzz.ch/</link>
        <image rdf:resource="https://wiki.bzz.ch/_media/wiki/logo.png" />
       <dc:date>2026-04-07T15:11:35+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.bzz.ch/modul/m122/learningunits/lu02/einstieg?rev=1731048687&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bzz.ch/modul/m122/learningunits/lu02/start?rev=1731044800&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.bzz.ch/modul/m122/learningunits/lu02/tipps?rev=1731049001&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.bzz.ch/_media/wiki/logo.png">
        <title>BZZ - Modulwiki</title>
        <link>https://wiki.bzz.ch/</link>
        <url>https://wiki.bzz.ch/_media/wiki/logo.png</url>
    </image>
    <item rdf:about="https://wiki.bzz.ch/modul/m122/learningunits/lu02/einstieg?rev=1731048687&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-08T06:51:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU02a - Einstieg in Shellscripts</title>
        <link>https://wiki.bzz.ch/modul/m122/learningunits/lu02/einstieg?rev=1731048687&amp;do=diff</link>
        <description>LU02a - Einstieg in Shellscripts

[Shell Programmierung: Kapitel 1.8]

Ein Shellscript ist ein Programm, das eine Reihe von Befehlen in einer Textdatei speichert und diese automatisch nacheinander ausführt. 
Shellscripte werden häufig genutzt, um Aufgaben zu automatisieren, die man sonst manuell über die Befehlszeile ausführen würde. In Linux sind diese Skripte meist in der Bash-Shell geschrieben, daher werden sie oft Bash-Skripte genannt.</description>
    </item>
    <item rdf:about="https://wiki.bzz.ch/modul/m122/learningunits/lu02/start?rev=1731044800&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-08T05:46:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU02 - Shellscripts</title>
        <link>https://wiki.bzz.ch/modul/m122/learningunits/lu02/start?rev=1731044800&amp;do=diff</link>
        <description>LU02 - Shellscripts


	* LU02a - Einstieg in Shellscripts
	* LU02b - Tipps und Tricks



Aufgaben


	* LU02.A01 - Shellscript



Lösungen


	* LU02.L01 - Shellscript</description>
    </item>
    <item rdf:about="https://wiki.bzz.ch/modul/m122/learningunits/lu02/tipps?rev=1731049001&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-08T06:56:41+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>LU02b - Tipps und Tricks</title>
        <link>https://wiki.bzz.ch/modul/m122/learningunits/lu02/tipps?rev=1731049001&amp;do=diff</link>
        <description>LU02b - Tipps und Tricks

Vorlage

Es lohnt sich eine Vorlage für neue Shellscripts bereit zu halten.
Diese können Sie dann jedesmal kopieren, wenn Sie ein neues Skript erstellen.


#!/bin/bash

# Short description of this script
# including the command and parameters to start it</description>
    </item>
</rdf:RDF>
