"Bash"의 두 판 사이의 차이
ph
16번째 줄: | 16번째 줄: | ||
</source> | </source> | ||
+ | |||
+ | [[single quotation in single qoute]] |
2014년 8월 4일 (월) 11:12 판
bash/manual
$ echo {d..h}
d e f g h
$ echo {d..Z}
d c b a _ ^ ] [ Z
### cp file1 file2와 같다
$ cat < file1 > file2
$ cut -d: -f1 < /etc/password | sort
### man nice
$ nice