#Welcome to the command line!
##Windows. Sigh ...
##Some common commands
cd
Change foldermd
Create folderdir
What's in this folder?echo
Print something to the consoledel
Delete a file or foldercopy
Copy a file
A more comprehensive cheat sheet.
##Recipes
You'll find these in the /recipes
folder.
- Back up a file
- Grayscale every image in a folder
- Append text to a .txt file
- Start a new GitHub repo
- Fetch a spreadsheet from the Internet, parse into a CSV
##Extending functionality
####A dab of UNIX
With GnuTools, Windows users can touch
and which
and grep
their way to victory.
####Programs with CLI functionality I.e., to wit, e.g., in lieu:
####Calling external scripts Python!
####Scheduling things
Windows Scheduler or the at
command