Bash "for" loop without a "in foo bar..." part – unix.stackexchange.com 11:13 Posted by Unknown No Comments I was recently looking at some code that confused me because it works and I didn't expect it to. The code reduces to this example #!/bin/bash for var; do echo "$var" done When run with command ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Unknown
0 Comment to "Bash "for" loop without a "in foo bar..." part – unix.stackexchange.com"
Post a Comment