diff options
| author | Adam Bard <github@adambard.com> | 2013-08-27 20:59:39 -0700 | 
|---|---|---|
| committer | Adam Bard <github@adambard.com> | 2013-08-27 20:59:39 -0700 | 
| commit | 42bd97850fa92f1f78b67e2c401af4924643dac7 (patch) | |
| tree | 8cb806440430f1af796ba40610183f0330120197 | |
| parent | 2a9c46897f1ff32fe60dce6b4c5abbe0cc207f8b (diff) | |
| parent | 7a31e5841ddc070e5a50b115161fec6ef267f19b (diff) | |
Merge pull request #272 from kultprok/master
added introduction to bash in german.
| -rw-r--r-- | de-de/bash-de.html.markdown | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/de-de/bash-de.html.markdown b/de-de/bash-de.html.markdown index f2a57511..107b8a07 100644 --- a/de-de/bash-de.html.markdown +++ b/de-de/bash-de.html.markdown @@ -7,6 +7,11 @@ filename: LearnBash-de.bash  lang: de-de  --- +Bash ist der Name der Unix-Shell, die als Shell des GNU-Betriebssystems und auch als Standard-Shell von Linux und Mac OS X ausgeliefert wurde. +Beinahe alle der folgenden Beispiele können als Teile eines Shell-Skripts oder direkt in der Shell ausgeführt werden. + +[Weitere Informationen \(Englisch\)](http://www.gnu.org/software/bash/manual/bashref.html) +  ```bash  #!/bin/sh  # Die erste Zeile des Scripts nennt sich Shebang in gibt dem System an, wie | 
