Skip to content

Instantly share code, notes, and snippets.

@dbalduini
Last active November 4, 2023 00:13
Show Gist options
  • Save dbalduini/93b9328cba6f976b8b5bb4eaa97bb648 to your computer and use it in GitHub Desktop.
Save dbalduini/93b9328cba6f976b8b5bb4eaa97bb648 to your computer and use it in GitHub Desktop.
Unix like commands in Powershell
# 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