mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:33:33 +02:00
xdg-user-dir: add page (#16874)
This commit is contained in:
parent
fbe467318f
commit
87465c452c
2 changed files with 14 additions and 0 deletions
13
pages/linux/xdg-user-dir.md
Normal file
13
pages/linux/xdg-user-dir.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# xdg-user-dir
|
||||
|
||||
> Retrieve XDG user directory locations.
|
||||
> See also: `xdg-user-dirs-update`.
|
||||
> More information: <https://manned.org/xdg-user-dir>.
|
||||
|
||||
- Display the home directory for the current user:
|
||||
|
||||
`xdg-user-dir`
|
||||
|
||||
- Display the location of a user directory:
|
||||
|
||||
`xdg-user-dir {{DESKTOP|DOWNLOAD|TEMPLATES|PUBLICSHARE|DOCUMENTS|MUSIC|PICTURES|VIDEOS}}`
|
|
@ -1,6 +1,7 @@
|
|||
# xdg-user-dirs-update
|
||||
|
||||
> Update XDG user directories.
|
||||
> See also: `xdg-user-dir`.
|
||||
> More information: <https://manned.org/xdg-user-dirs-update>.
|
||||
|
||||
- Change XDG's DESKTOP directory to the specified directory (must be absolute):
|
||||
|
|
Loading…
Add table
Reference in a new issue