*: trim multiple spaces, fix line endings

This commit is contained in:
bl-ue
2021-04-03 14:51:56 -04:00
committed by Starbeamrainbowlabs
parent 65746eb5bb
commit 04dd546e2d
41 changed files with 113 additions and 113 deletions

View File

@@ -11,6 +11,6 @@
`dirname {{경로/a_파일}} {{경로/b_디렉토리}}`
- 개행 대신 NUL 문자로 출력을 구분하기 (`xargs`와 결합 시 유용함):
- 개행 대신 NUL 문자로 출력을 구분하기 (`xargs`와 결합 시 유용함):
`dirname --zero {{경로/a_디렉토리}} {{경로/b_파일}}`