Using PowerShell for day to day stuff

Thankfully, it’s been awhile since I last had to use Windows on my day to day.

If I ever have to deal with it again, here is my cheat sheet of commands:

Linux command
PowerShell equivalent command

xdg-open
ii

rm -rf
rm -r -fo

rm
ri

mv
mv…


This content originally appeared on DEV Community and was authored by Talles L

Thankfully, it's been awhile since I last had to use Windows on my day to day.

If I ever have to deal with it again, here is my cheat sheet of commands:

Linux command PowerShell equivalent command
xdg-open ii
rm -rf rm -r -fo
rm ri
mv mv
touch ni
cat cat
man man
shutdown Stop-Computer
tail -f Get-Content -Path "C:\scripts\test.txt" -Tail 10


This content originally appeared on DEV Community and was authored by Talles L


Print Share Comment Cite Upload Translate Updates
APA

Talles L | Sciencx (2024-10-15T22:23:54+00:00) Using PowerShell for day to day stuff. Retrieved from https://www.scien.cx/2024/10/15/using-powershell-for-day-to-day-stuff/

MLA
" » Using PowerShell for day to day stuff." Talles L | Sciencx - Tuesday October 15, 2024, https://www.scien.cx/2024/10/15/using-powershell-for-day-to-day-stuff/
HARVARD
Talles L | Sciencx Tuesday October 15, 2024 » Using PowerShell for day to day stuff., viewed ,<https://www.scien.cx/2024/10/15/using-powershell-for-day-to-day-stuff/>
VANCOUVER
Talles L | Sciencx - » Using PowerShell for day to day stuff. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/10/15/using-powershell-for-day-to-day-stuff/
CHICAGO
" » Using PowerShell for day to day stuff." Talles L | Sciencx - Accessed . https://www.scien.cx/2024/10/15/using-powershell-for-day-to-day-stuff/
IEEE
" » Using PowerShell for day to day stuff." Talles L | Sciencx [Online]. Available: https://www.scien.cx/2024/10/15/using-powershell-for-day-to-day-stuff/. [Accessed: ]
rf:citation
» Using PowerShell for day to day stuff | Talles L | Sciencx | https://www.scien.cx/2024/10/15/using-powershell-for-day-to-day-stuff/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.