- 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
Windows CLI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment