Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.94 KB

README.md

File metadata and controls

46 lines (36 loc) · 1.94 KB

#Welcome to the command line!

##Windows. Sigh ...

##Some common commands

  • cdChange folder
  • mdCreate folder
  • dirWhat's in this folder?
  • echoPrint something to the console
  • delDelete a file or folder
  • copyCopy a file

A more comprehensive cheat sheet.

##Recipes You'll find these in the /recipes folder.

##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