Skip to content

Instantly share code, notes, and snippets.

@ctufts
Last active May 15, 2018 12:48
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ctufts/95f8fd8cec6070f7ce4c6e8bca6b0f34 to your computer and use it in GitHub Desktop.
Windows CLI
  • dir : list all files and directories (equivalent of ls)
  • dir /od /n : /od is sorted (o) by date (d)
  • cls : clear terminal
  • <escape key> : clears current line from terminal, similar to ctrl + u on linux
  • <home key> : go to beginning of current string in the terminal, peforms same function as ctrl + a on linux
  • <end key> : got to end of current string in the terminal, similar to ctrl + e on linux
  • <f7> : view all command history in terminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment