1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 20:55:51 +02:00

~: add Korean translation (#14760)

This commit is contained in:
코드싸이 2024-11-09 23:22:42 +09:00 committed by GitHub
parent d123840735
commit a662abf502
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pages.ko/common/~.md Normal file
View file

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