Code: Alles auswählen
apt-get install p1 p2 p3 /
p4 p5 /
p6 p7
Code: Alles auswählen
apt-get install p1 p2 p3 /
p4 p5 /
p6 p7
Schau mal:MoonKid hat geschrieben:Ich habe sowas in der Art.Nun möchte ich der Übersicht halber auch Kommentare in das Script mit einbauen. Ein # hinter oder zwischen die Zeilen verwirrt bash aber. Gibt es ne Möglichkeit?Code: Alles auswählen
apt-get install p1 p2 p3 / p4 p5 / p6 p7
Das muß aussederm ein *back*slash sein! Der slash verbindet die codezeilen *nicht*.apt-get install p1 p2 p3 # kommentar \
p4 p5 # kommentar \
p6 p7 # kommentar
Einmal, es ist wohl backslash \ statt slash / gemeint.apt-get install p1 p2 p3 /
p4 p5 /
p6 p7
Code: Alles auswählen
pack=
pack="$pack p1 p2 p3" # comment
# comment
pack="$pack p4 p5" # comment
# comment
pack="$pack p6 p7" # comment
# comment
apt-get install $pack # comment
Code: Alles auswählen
#!/bin/sh
date -u $(echo >/dev/null "-u == UTC") +%F.%T
Code: Alles auswählen
apt-get install hello \
$(echo >/dev/null "hping3 python-bitarray") \
tcpdump nmap
Code: Alles auswählen
$ strace -fe process -o /dev/stderr sh foo 2>&1 >/dev/null | grep execve
10341 execve("/bin/sh", ["sh", "foo"], [/* 33 vars */]) = 0
10343 execve("/bin/date", ["date", "-u", "+%F.%T"], [/* 33 vars */]) = 0
If universal surveillance were the answer, lots of us would have moved to the former East Germany. If surveillance cameras were the answer, camera-happy London, with something like 500,000 of them at a cost of $700 million, would be the safest city on the planet.
—Bruce Schneier