Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-19 00:20:52 +00:00
parent 0d1118b990
commit a746c9d8f6
15 changed files with 391 additions and 13 deletions

18
tldr/linux/xdg-user-dir Normal file
View File

@@ -0,0 +1,18 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`