Forum: Bash / Shell Scripting
Jan 20th, 2005, 9:40 AM
|
|
Replies: 3
Views: 411
Hi and thanks for your answer,
in fact it...
Hi and thanks for your answer,
in fact it doesn't need to be a new line since list separators are, as far as I know, any blank characters which are not escaped. The question really is why the...
|
Forum: Bash / Shell Scripting
Jan 20th, 2005, 3:28 AM
|
|
Replies: 3
Views: 411
a bash puzzle
Hi guys,
I've been trying to investigate why these two scriptlets give different results:
1.
obcy:~ kor$ for file in "an example"; do echo $file; done
an example
2.
|