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:
parent
d123840735
commit
a662abf502
1 changed files with 16 additions and 0 deletions
16
pages.ko/common/~.md
Normal file
16
pages.ko/common/~.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Tilde
|
||||
|
||||
> 디렉토리로 확장.
|
||||
> 더 많은 정보: <https://gnu.org/software/bash/manual/bash.html#Tilde-Expansion>.
|
||||
|
||||
- 현재 사용자의 홈 디렉토리 내용 나열:
|
||||
|
||||
`ls ~`
|
||||
|
||||
- 다른 사용자의 홈 디렉토리 내용 나열:
|
||||
|
||||
`ls ~{{사용자명}}`
|
||||
|
||||
- 이전에 있었던 디렉토리의 내용 나열:
|
||||
|
||||
`ls ~-`
|
Loading…
Add table
Reference in a new issue