Added list-formatted.ps1

This commit is contained in:
Markus Fleschutz
2021-01-02 11:03:01 +00:00
parent 92b6c81620
commit e2f8513719
3 changed files with 35 additions and 0 deletions

View File

@ -21,6 +21,7 @@ list-anagrams.ps1, lists all anagrams of the given word
list-automatic-variables.ps1, lists PowerShell automatic variables
list-empty-dirs.ps1, lists empty subfolders in a directory tree
list-files.ps1, lists all files in the given folder and also in every subfolder
list-formatted.ps1, lists the current working directory formatted in columns
list-installed-software.ps1, lists the installed software
list-logbook.ps1, lists the content of the logbook
list-unused-files.ps1, lists unused files in a directory tree

1 Filename Description
21 list-automatic-variables.ps1 lists PowerShell automatic variables
22 list-empty-dirs.ps1 lists empty subfolders in a directory tree
23 list-files.ps1 lists all files in the given folder and also in every subfolder
24 list-formatted.ps1 lists the current working directory formatted in columns
25 list-installed-software.ps1 lists the installed software
26 list-logbook.ps1 lists the content of the logbook
27 list-unused-files.ps1 lists unused files in a directory tree