Skip to content

Windows Commands

https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/windows-commands

Compare coreutils/util-linux with Windows Commands

Common CLI tools

LinuxWindows
forfilesfind
cattype
whichwhere
rmdel
rmdirrmdir /S

Network related tools

LinuxWindows
ifconfigipconfig
netstatnetstat
telnetnetstat
pingping

find a file by pattern

Linux find . -name *.exe Windows forfiles /S /M *.exe /C "cmd /c echo @path"

ref: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/forfiles

Released under the CC-BY-NC-4.0