I've been using unix since ... about '88 or so.
I've only moved multiple files via a GUI in windows and mac.
now: when you drag and drop -- are you going to get a copy? a move? a link?
you just don't know! guis are wonderful.
At the command line.... "mv file1 file2 file2 destdir" ... you get a move. every time. No dropping
the files on your desktop by accident, no losing them in a dir that you didn't see (ever drop a mail message onto "outlook today" -- now try to find it!! it's gone!) "cp file1 file2 file3 destdir" you get a copy, every time!
learn this once... it doesn't change. No need to remember to hold down control, alt, shift, apple ... to get special behaviour. Does dropping a floppy onto the trash erase it? no, it ejects it!
how do you list all files, via a gui, that don't contain a certain set of letters?! ever tried to use more than 1 glob in a dos command?! (not split bt the .) -- it doesn't work!
unix is not difficult. it's just not restricted to a kiddie interface. The actions that I learned in '88 are still
100% valid today. Yes, there is progress and I can get a kiddie interface -- if I so desire, but the shell
is still there.
what?! you're restricted to some dir in some gui -- more reason to NOT USE THAT GUI!
cd /
you're at root. done. that's it.
the power in and of unix is that the control is in your hands -- what you can do and where you can go is not dictated by someone else. Your computer is yours -- you have the freedom to learn how to use it -- you are not forced to relinquish control of your device to anyone else -- unless you so desire.
Scott