PowerShell Commands

cat : easy way to print a file (does quite a bit more though) less: read through a longer file (press q to quit) vim : pretty powerful command-line text editor (or nanoor emacs) man : a command for accessing the manual of different commands grep: search for text inside files (ripgrepis better) find: search for files by name (fdis better) ................
................