Difference between revisions of "User:Bsod"
Jump to navigation
Jump to search
(Die Seite wurde neu angelegt: „== Test == Testseite * a * b * c <syntaxhighlight lang="bash"> for i in a b c d do bar=$i printf "tolles %s\n" $bar done </syntaxhighlight>“) |
(No difference)
|
Revision as of 22:21, 13 February 2020
Test
Testseite
- a
- b
- c
for i in a b c d
do
bar=$i
printf "tolles %s\n" $bar
done