Originally posted by: Cerb
Originally posted by: lxskllr
I tried Ubuntu recently but it wouldn't recognize the modem in my laptop so I had to ditch it. I can't use an os that won't connect to the internet.
Also, using the command line sucks in this day of mile long file names. I had no problems in the old dos 8.3 file name system, but I'm not a typeist and trying to deal with long directory structures and huge file names was too much.
Your new friends: autocomplete, grep
(I don't know jack about regular expressions--I use grep with very simple literal string matching)
...and don't complain about Linux and file names just yet!
/home/username/mylongisoinatarredbzip2file
or
~/mylongisoinatarredbzip2file
vs.
C:\Documents and Settings\username\My Documents\mylongisoinatarredbzip2file
Oh, yeah, spaces, too. The command-line is handy in Windows, too, but
it has the mile long file names
🙂...
Finally, note you can use Autocomplete in cmd.exe in Windows, and you can get grep for Windows.