1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 14:55:23 +02:00
tldr/pages/common/~.md
Sebastiaan Speck 9185fbf1fe
pages*/common: allow character in title (#16805)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-06-10 06:24:18 +02:00

16 lines
318 B
Markdown

# ~
> Expand to a directory.
> More information: <https://gnu.org/software/bash/manual/bash.html#Tilde-Expansion>.
- List the current user's home directory contents:
`ls ~`
- List the home directory contents of another user:
`ls ~{{username}}`
- List the contents of the previous directory you were in:
`ls ~-`