Skip to main content
6 events
when toggle format what by license comment
Jan 25, 2014 at 3:18 history closed Stéphane Chazelas
Gilles 'SO- stop being evil'
slm
jasonwryan
strugee
Duplicate of How can one run multiple programs in the background with single command?
Jan 24, 2014 at 23:11 vote accept Jonathan
Jan 24, 2014 at 23:00 review Close votes
Jan 25, 2014 at 3:18
Jan 24, 2014 at 22:49 comment added goldilocks Beware using $(ls) in place of * is generally considered a bad practice. Because of the nature of globbing * will allow you to deal with filenames that contain whitespace, $(ls) will not. Consider a list of files, "one a", "one b", "two". With $(ls) you will iterate "one", "a" "one", "b", "two". With * you will iterate the actual file list.
Jan 24, 2014 at 22:34 answer added Graeme timeline score: 9
Jan 24, 2014 at 22:32 history asked Jonathan CC BY-SA 3.0