Skip to content

Commit

Permalink
[bash/de] Fix typo and spelling (#4929)
Browse files Browse the repository at this point in the history
  • Loading branch information
jk4e authored May 9, 2024
1 parent a6a6c06 commit 6310ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion de-de/bash-de.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ echo "#helloworld" | tee output.out >/dev/null
# (mit '-i' für "interactive" erfolgt für jede Datei eine Rückfrage)
rm -v output.out error.err output-and-error.log
# Die Ausgabe von Befehlen kann mit Hilfe von $( ) in anderen Befehlen verwendet weden:
# Die Ausgabe von Befehlen kann mithilfe von $( ) in anderen Befehlen verwendet werden:
# Der folgende Befehl zeigt die Anzahl aller Dateien und Unterverzeichnisse
# im aktuellen Verzeichnis an.
echo "Dieser Ordner beinhaltet $(ls | wc -l) Dateien und Verzeichnisse."
Expand Down

0 comments on commit 6310ceb

Please sign in to comment.