Tag Archives: CLI

*NIX Command Equivalents on Windows

Helpful command equivalents between UNIX/Linux and Windows/DOS. UNIX or Bash Command DOS Command Action ls -l (or use ls -lF)(-a all files) DIR List directory contents df -k (Space remaining on filesystem) ls -tr DIR *.* /o-d List directory contents by reverse time of modification/creation. ls -ls DIR *.* /v /os List files and size ls -R DIR… Read More »