'Nix | Windows CLI comparison
source: https://www.lemoda.net/windows/windows2unix/windows2unix.html
NIX              Windows
file             assoc
pwd              cd
chmod            attrib  
chown  
clear            cls
cp               copy
rm               del
rm -r            deltree
ls               dir
history          F7 key
vi/emacs/nano    edit  #brings up a simple text editor,alternatively use echo >> file          
diff             fc
grep             find
ftp              ftp
man              help      
  
ifconfig -a      ipconfig /all   
     
top               mem
mkdir             mkdir
mv                move
w / who           netsession
rmdir             rmdir
cron              schtasks
env               set
echo $PATH        set PATH                                                        
uname -a          systeminfo
ps                tasklist
cat               type
find              tree #EG:   tree | find "redcliff"
ls -r        
uname -a          ver
cp -r             xcopy #recursive copy   
Last updated