Windows and Linux
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 |
|
|
Change directory |
|
|
Move files |
|
|
Unzip files | GUI and double click |
|
Top of the file |
|
|
Contents of the file |
|
|
Piping |
|
|
Bottom of the file |
|
|
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.