"Bash"의 두 판 사이의 차이

ph
이동: 둘러보기, 검색
(새 문서: =bash/manual=)
 
1번째 줄: 1번째 줄:
 
=[[bash/manual]]=
 
=[[bash/manual]]=
 +
<source lang='bash'>
 +
$ echo {d..h}
 +
d e f g h
 +
 +
$ echo {d..Z}
 +
d c b a _ ^ ]  [ Z
 +
 +
</source>

2011년 3월 23일 (수) 18:46 판

bash/manual

$ echo {d..h}
d e f g h

$ echo {d..Z}
d c b a _ ^ ]  [ Z