Update manuals in Docs/

This commit is contained in:
Markus Fleschutz
2022-11-17 19:46:02 +01:00
parent 97e58a86db
commit 4dac9cf2b1
484 changed files with 3703 additions and 731 deletions

View File

@ -1,6 +1,6 @@
## cd-docs.ps1 - Sets the working directory to the user's documents folder
## cd-docs.ps1 - Sets the working directory to the documents folder
This PowerShell script changes the working directory to the user's documents folder.
This PowerShell script changes the working directory to the documents folder.
## Parameters
```powershell
@ -14,12 +14,12 @@ cd-docs.ps1 [<CommonParameters>]
## Example
```powershell
PS> ./cd-docs
📂/home/markus/Documents
📂C:\Users\Markus\Documents
```
## Notes
Author: Markus Fleschutz / License: CC0
Author: Markus Fleschutz | License: CC0
## Related Links
https://github.com/fleschutz/PowerShell