FMeinicke's Wiki
Search
Search
Dark mode
Light mode
Explorer
Home
❯
Windows
❯
Powershell
Folder: Windows/Powershell
16 items under this folder.
Jun 04, 2025
List all environment variables
pwsh/get-childitem
env
May 27, 2025
`foreach`
pwsh/foreach
May 27, 2025
Unix `touch` equivalent
pwsh/new-item
touch
May 27, 2025
Unix `read` equivalent
pwsh/read-host
read
May 27, 2025
Unix `grep` equivalent
pwsh/select-string
grep
May 27, 2025
Unix `find` equivalent
pwsh/get-childitem
pwsh/foreach-object
May 27, 2025
Unix `cut` equivalent
pwsh/foreach-object
pwsh/split
pwsh/tostring
May 27, 2025
Unix `curl` equivalent
pwsh/invoke-webrequest
curl
May 27, 2025
Print environment variable of process
pwsh/get-process
python/psutil/Process
environment-variables
May 27, 2025
Escape double quotes
pwsh/escaping
May 27, 2025
Enter a Visual Studio dev shell
pwsh/import-module
enter-vsdevshell
visual-studio
msvc
May 27, 2025
Don't fail if removing non-existent items
pwsh/remove-item
pwsh/-error-action
May 27, 2025
Difference between ampersand (`&`) and dot (`.`)
pwsh/ampersand
pwsh/dot
pwsh/sourcing
pwsh/scope
May 27, 2025
Command-Output to Clipboard
pwsh/clip
May 27, 2025
Bash brace-expansion equivalent
pwsh/expansion
May 27, 2025
Arrays
pwsh/array