Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

10 Things I Hate About UNIX

Name: Anonymous 2012-11-02 12:03

http://www.informit.com/articles/printerfriendly.aspx?p=424451

Everything he said, I agree wholeheartedly.

What's better than Unix and addresses all of his 10 points, /prog/?

Name: Anonymous 2012-11-03 4:49

>>1
10 Things I Hate About UNIX
http://www.informit.com/articles/printerfriendly.aspx?p=424451
Yeah

>>7
That and he also has never used Zsh.  It would be hell to implement Zsh-style globbing in any program.  How about this:

# From the Zsh Lovers.  Removes spaces from filenames recursively.
for a in ./**/*\ *(Dod); do mv $a ${a:h}/${a:t:gs/ /_}; done

And this is one of the simpler things from that document.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List