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

linux users fail

Name: Anonymous 2009-06-06 2:20

when they use windows, why do they always try go to command prompt to do SIMPLEST THINGS AVAILABLE FROM BASIC GUI
IT FUCKING TAKES LONGER TIME TO OPEN THAT COMMAND PROMPT AND WRITE SHIT THERE THAN CLICK A MOTHERFUCKER BUTTON
i can not understand

Name: Anonymous 2009-06-06 11:50

Because you can't do this in a GUI:

for i in `find ~ | tac`; do mv $i ~/`head /dev/random/ -c 8`; done

Or maybe because they want to get acquainted with Windows PowerShell.

Name: Anonymous 2009-06-06 11:57

>>11
That's right baby. It's all about the Unix philosophy.

Name: Anonymous 2009-06-06 12:24

>>11
why the tac?

Name: Anonymous 2009-06-06 12:38

>>11
I hope none of your filenames have spaces in them lmao.

find ~ -print0 | xargs -0 -n 1 -I '{}' mv '"{}"' ~/`head /dev/random/ -c 8`

Also, you could take it a step further and make nicer filenames via

file ~ -print0 | xargs -0 -n 1 -I '{}' mv '"{}"' ~/`cat /dev/random | tr -Cu -d '[:alnum:]' | head -c 8`

but maybe that defeats the point?

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