osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)
This commit is contained in:
20
pages.ko/osx/getfileinfo.md
Normal file
20
pages.ko/osx/getfileinfo.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# GetFileInfo
|
||||
|
||||
> HFS+ 디렉토리에서 파일에 대한 정보 확인.
|
||||
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/GetFileInfo.1.html>.
|
||||
|
||||
- 주어진 파일에 대한 정보 표시:
|
||||
|
||||
`GetFileInfo {{경로/대상/파일}}`
|
||||
|
||||
- 주어진 파일이 생성된 [d]ate 및 시간 표시:
|
||||
|
||||
`GetFileInfo -d {{경로/대상/파일}}`
|
||||
|
||||
- 주어진 파일이 마지막으로 [m]odified된 날짜 및 시간 표시:
|
||||
|
||||
`GetFileInfo -m {{경로/대상/파일}}`
|
||||
|
||||
- 주어진 파일의 [c]reator 표시:
|
||||
|
||||
`GetFileInfo -c {{경로/대상/파일}}`
|
Reference in New Issue
Block a user