Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Shell script Programmierung Problem

Empfohlene Antworten

Veröffentlicht

Hallo,

Also es soll eine sh geschrieben werden. Diese soll ein Eingabefeld für ein Datum enthalten, von welchem aus rückwärts gesichert werden soll ...

Also das heißt:

"Sicherung wurde erstellt ab dem 26.01.2010" soll rauskommen

Dieser Mist soll gepackt werden, besonderheit es muss als tarball geschehen...

echo "Bitte geben sie das Datum ein, im Format 26.01. 2010, die bearbeitet werden sollen"

read datum


for datum in $datum

do

    mkdir $datum

    for monat in 1 2 3 4 5 6 7 8 9 10 11 12

    do

        mkdir ${jahr}/${monat}

        echo "mv datei-${jahr}-${monat}-* ${jahr}/${monat}"

    done

done

Hab ich mir aus einer bestehenden sh zusammengezimmert aber iwie scheint die ziemlich schwachsinnig zu sein...

Ich bräuchte da mal Hilfe...

jinxx

  • 8 Monate später...

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.