from slashdot:

xSauronx

Lifer
Jul 14, 2000
19,582
4
81
link!

i thought some here (on the chance they didnt catch it anyway) would enjoy the thread. theres some interesting, useful tips, tricks and ideas. its worth looking over :)

feel free to post your own, while youre at it :)
 

AnonymouseUser

Diamond Member
May 14, 2003
9,943
107
106
It's not much, but I use "Shift + Insert" all the time to paste the clipboard contents into a terminal.
 

jhu

Lifer
Oct 10, 1999
11,918
9
81
ls -d /dev/* | egrep -e '^/dev/[h|s]d[a-z]$' | xargs -l1 -r shred -vfz -n 100

hmmm... absolutely depends on what your definition of "useful" is...
 

Red Squirrel

No Lifer
May 24, 2003
70,640
13,821
126
www.anyf.ca
Tab key. I hate using terminal in windows, especially if it's windows 98. It's just not right without the Linux style tab that auto completes paths/commands or lists what matches.
 

xSauronx

Lifer
Jul 14, 2000
19,582
4
81
Originally posted by: RedSquirrel
Tab key. I hate using terminal in windows, especially if it's windows 98. It's just not right without the Linux style tab that auto completes paths/commands or lists what matches.

xp/vista (dunno about 2000) has autocomplete oin directories, though it doesnt work the same as with bash, which im used to, and therefore prefer. it will autocomplete executables, too, if youre in the right directory (i expect theres a way to change your default path to include windows EXEs, but i dont use windows enough to care how to do it)