Add PowerShell command to view file contents

This commit is contained in:
James Skemp 2023-10-05 17:20:53 -05:00
parent cf738a126b
commit 1e2aa547d7
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@ Search with Git Grep.ps1
git grep --untracked '<term>'
```
View a file's contents
```bash
Get-Content .\path\to\file.ext
```
## Environment variables
Get all environment variables.
```bash