Hacker News new | ask | show | jobs
by garrettlarson 5193 days ago
I had to change the IFS=' ' declaration to get this to work on my system (ls appears to use newline as a delimiter). Cool script.
1 comments

Oh, yeah. I forgot that `ls` uses newlines if the output isn't a console. Just now committed a fix, thanks!