Last active
November 4, 2023 00:13
-
-
Save dbalduini/93b9328cba6f976b8b5bb4eaa97bb648 to your computer and use it in GitHub Desktop.
Unix like commands in Powershell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# create empty file | |
ni hello.txt | |
# remove directory recursively | |
rmdir | |
# list files | |
ls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment