mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 18:35:23 +02:00
323 B
323 B
~
디렉토리로 확장. 더 많은 정보: https://gnu.org/software/bash/manual/bash.html#Tilde-Expansion.
- 현재 사용자의 홈 디렉토리 내용 나열:
ls ~
- 다른 사용자의 홈 디렉토리 내용 나열:
ls ~{{사용자명}}
- 이전에 있었던 디렉토리의 내용 나열:
ls ~-