Create command line commands for any operating system without any knowledge of the tool or framework. Just describe what you want to do.
Windows
macOS
Linux
Describe what you want to accomplish, select your OS, and get the command instantly.
Quick reference for frequently used commands
Create a new empty file
touch filename.txttouch filename.txttype nul > filename.txtShow directory contents
ls -lals -ladir /aSearch for files by name
find . -name "*.txt"find . -name "*.txt"dir /s /b *.txtCheck disk space usage
df -hdf -hwmic logicaldisk get size,freespace,captionShow network IP address
ifconfig | grep inetip addr showipconfigShow running processes
ps auxps auxtasklist