mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 08:01:23 +00:00
Update cheatsheets
This commit is contained in:
18
tldr/linux/xdg-user-dir
Normal file
18
tldr/linux/xdg-user-dir
Normal 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}}`
|
||||
Reference in New Issue
Block a user