Word splitting in positional parameters – unix.stackexchange.com 18:40 Posted by Unknown No Comments Consider the following example: IFS=: x="a :b" # three spaces echo ["$x"] # no word splitting # [a :b] # as is echo [$x] # word splitting # [a b] # four spaces Word splitting ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Google Facebook Twitter More Digg Linkedin Stumbleupon Delicious Tumblr BufferApp Pocket Evernote Unknown Artikel TerkaitCan a friend (fellow passenger) take my baggage on a connecting flight that I am unable to board? – travel.stackexchange.comWhat does ((num#Hour)) mean in a bash script? – unix.stackexchange.comWhy do they say am I committing a fallacy when I am just insulting someone? – philosophy.stackexchange.comAre a fief and a vassal state the same thing? – history.stackexchange.comIs Asimov’s “The End of Eternity” time-changing model consistent? – scifi.stackexchange.comCarriage return, LineFeed and Sed behaviour – unix.stackexchange.com
0 Comment to "Word splitting in positional parameters – unix.stackexchange.com"
Post a Comment