6 ms·
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.
by garrettlarson 14y 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.
- wuffers 14y agoOh, yeah. I forgot that `ls` uses newlines if the output isn't a console. Just now committed a fix, thanks!