You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -321,7 +321,7 @@ Use this command to clean and optimize content from text files. Sometimes text f
321
321
322
322
This command will strip out any lines that are blank or have nothing by white space, and trim leading and trailing spaces. The optimized text is then written back to the pipeline. Optionally, you can specify a property name. This can be useful when your text file is a list of computer names and you want to take advantage of pipeline binding.
323
323
324
-
### [Get-FileItem](./Get-FileItem.md)
324
+
### [Get-FileItem](docs/Get-FileItem.md)
325
325
326
326
A PowerShell version of the CLI `where.exe` command. You can search with a simple or regex pattern.
327
327
@@ -1147,4 +1147,4 @@ You will need to manually install the file.
1147
1147
1148
1148
Where possible these commands have been tested with PowerShell 7, but not every platform. If you encounter problems, have suggestions or other feedback, please post an issue. It is assumed you will not be running this commands on any edition of PowerShell Core or any beta releases of PowerShell 7.
0 commit comments