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.

Empfohlene Antworten

Veröffentlicht

Hallo,

kann mir mal einer erklären, was genau der : in der Bash bewirkt? Bin irgendwie aus der man-page nicht schlau geworden und suche deswegen ein aussagekräftiges Beispiel.

Danke!

Hallo,

der Doppelpunkt gehört zu den Shell-Builtins.

: [arguments]

No effect; the command does nothing beyond expanding arguments and performing any specified redirec-

tions. A zero exit code is returned.

Ein Beispiel wäre:

while :; do echo huhu; done

Hallo,

: [arguments]

No effect; the command does nothing beyond expanding arguments and performing any specified redirec-

tions. A zero exit code is returned.

gut die Man-Bash ist vielleicht an der Stelle etwas missverständlich weil nicht das Kommando dies tut sondern die Bash.

Die Frage ist, was mit 'expanding arguments' und 'redirections' gemeint ist.

Hintergrund:

Bevor ein Kommando ausgeführt wird, überarbeitet die Bash die Kommandozeile.

Z.B. werden $variable durch ihren Wert ersetzt, $(command) werden ausgeführt und die Zeichenketten eingesetzt, Umleitungen (=redirections) werden ausgeführt und dadurch z.B. Dateien auf 0Byte Länge abgeschnitten.

Ansonsten tut das Kommando selber nichts als den Fehlercode 0 zurück liefern - genau wie /bin/true.

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

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.