multiple ch pages: remove trailing whitespace

This commit is contained in:
Schneider
2020-03-11 13:34:01 -03:00
committed by Starbeamrainbowlabs
parent 0db9fc04c7
commit 310c1e1f76
29 changed files with 38 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
# awk
> 파일 작업을 위한 다목적 프로그래밍 언어.
> 파일 작업을 위한 다목적 프로그래밍 언어.
> 더 많은 정보는: <https://github.com/onetrueawk/awk>.
- 공백으로 구분 된 파일의 다섯 번째 열 (일명 필드)를 출력하기:
@@ -34,4 +34,4 @@
- 조건에 따라 다른 값을 출력:
`awk '{if ($1 == "foo") print "Exact match foo"; else if ($1 ~ "bar") print "Partial match bar"; else print "Baz"}'`
`awk '{if ($1 == "foo") print "Exact match foo"; else if ($1 ~ "bar") print "Partial match bar"; else print "Baz"}'`