Tuesday, May 25, 2010

DOS equivalent of linux commands

unix Command =>Dos Command
Grep -r => findstr /S
ps aux => tasklist /v
kill -9 => taskkill /f /im imagename
cp => copy
find . -name =>dir filename /S
Currently looking for locate or find . -name available in linux
Got the answer for above one. Thanks to Satish. Updated the list accordingly.

1 comment:

HelloWorld said...

Wow that's really useful! Hope you are having fun in the new place. Take care