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.
Tuesday, May 25, 2010
DOS equivalent of linux commands
Labels:
commands,
dos,
equivalent,
unix
Subscribe to:
Post Comments (Atom)
1 comment:
Wow that's really useful! Hope you are having fun in the new place. Take care
Post a Comment