Added list-clipboard.ps1

This commit is contained in:
Markus Fleschutz
2021-01-12 16:42:57 +01:00
parent c28dec1f91
commit 67aa4372a6
3 changed files with 17 additions and 0 deletions

View File

@ -24,6 +24,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-current-timezone.ps1, lists the current time zone details
list-clipboard.ps1, lists the contents of the clipboard
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-fritzbox-calls.ps1, lists the FRITZ!Box calls

1 Filename Description
24 list-automatic-variables.ps1 lists PowerShell automatic variables
25 list-empty-dirs.ps1 lists empty subfolders in a directory tree
26 list-current-timezone.ps1 lists the current time zone details
27 list-clipboard.ps1 lists the contents of the clipboard
28 list-files.ps1 lists all files in the given folder and also in every subfolder
29 list-formatted.ps1 lists the current working directory formatted in columns
30 list-fritzbox-calls.ps1 lists the FRITZ!Box calls