Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Hack
- rsync
- goaccess
- apachetop
- pid
- 좌절교육
- Bash
- 리눅스
- PORT
- ext3
- windows
- rm -rf
- DNS
- rm
- CPU
- Disk
- ext4
- Performance
- 칭찬교육
- 쇼펜의상속자 #킨텍스메가쇼 #섬유향수탈취제
- Kernel
- Linux
- Python
- PERL
- 디스크
- cadre
- iptables
- Cache
- 솔라리스
- http
Archives
- Today
- Total
Ben's
특정문자열 아래에 문자열 넣기 본문
728x90
[root@zenoss tmp1]# cat dd
aa
bb
[root@zenoss tmp1]# perl -i.bak -pe 's#aa#aa\ncc#i' dd
[root@zenoss tmp1]# cat dd
aa
cc
bb
'리눅스 > perl' 카테고리의 다른 글
perl daemonize (0) | 2013.01.21 |
---|---|
perl script timeout (0) | 2013.01.21 |
Perl에서 모듈 업데이트시 지정한 사이트로 접속이 되지 않아 업데이틀 할 수 없는 경우 (0) | 2013.01.21 |