Template:Command2

From Alliance Doc
Jump to navigation Jump to search


Including a command within the wiki

[name@server ~]$ for i in $(seq 1 5); do echo hello $i; done
hello 1
hello 2
hello 3
hello 4
hello 5

Following text.