We would suggest that you use PowerShell for your windows command line as that is more powerful then simple cmd.
Task | Windows | Linux/macOS |
Creating a directory | mkdir | mkdir |
Change directory | cd | cd |
Move files | move | mv |
Unzip files | GUI and double click | unzip |
Top of the file | get-content |
head |
Contents of the file | type |
cat |
Piping | this pipes objects |
this pipes text |
Bottom of the file | -wait parameter with get-content |
tail |
python and perl commands work the same way in windows as they work in bash and hence you can use those files and especially perl one liners in similar way.