Skip to main content
7 events
when toggle format what by license comment
Apr 13, 2017 at 12:36 history edited CommunityBot
replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/
Feb 28, 2014 at 21:07 comment added Gilles 'SO- stop being evil' About splitting and globbing, try reading Expansion of a shell variable and effect of glob and split on it and following the links in that answer.
Feb 28, 2014 at 17:17 history edited goldilocks CC BY-SA 3.0
edited body
Feb 28, 2014 at 17:16 comment added goldilocks @Graeme : Cheers. I think of "the glob operator" as referring specifically to * when really it's one of a number of globbing operators. So my own misnomer.
Feb 28, 2014 at 17:07 history edited goldilocks CC BY-SA 3.0
deleted 3 characters in body
Feb 28, 2014 at 16:11 comment added Graeme By 'split-glob' he means word splitting followed by glob (or 'pathname') expansion (I know this much). Also splits are on whatever IFS is, so it could be just newlines or just spaces.
Feb 28, 2014 at 16:01 history answered goldilocks CC BY-SA 3.0