1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 11:15:24 +02:00
tldr/pages.ko/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
323 B
Markdown

# ~
> 디렉토리로 확장.
> 더 많은 정보: <https://gnu.org/software/bash/manual/bash.html#Tilde-Expansion>.
- 현재 사용자의 홈 디렉토리 내용 나열:
`ls ~`
- 다른 사용자의 홈 디렉토리 내용 나열:
`ls ~{{사용자명}}`
- 이전에 있었던 디렉토리의 내용 나열:
`ls ~-`