Hacker News new | ask | show | jobs
Explode (github.com)
9 points by wuffers 5193 days ago
1 comments

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.
Oh, yeah. I forgot that `ls` uses newlines if the output isn't a console. Just now committed a fix, thanks!