mod_xsendfile 설치하기


wget https://tn123.org/mod_xsendfile/mod_xsendfile-0.12.tar.gz


다운받고


압축풀고


들어가서 apxs -cia xsendfile파일이름 하면 알아서 다 됨


그리고 아파치 재시작하고 


apachectl -M 해서 잘 올라왔나 확인

+ sed -i /--fa642a31-A--/,/--fa642a31-Z--/d 2017.log




+ sed -i /삭제할 문장 시작/,/삭제할 문장 끝/d 파일명

perl -e 'open A,$ARGV[0]; open B,$ARGV[1]; @h{<A>}++; print grep {!exists $h{$_}} <B>' test input






ex)

cat test1.txt

aaa

bbb

ccc




cat test2.txt

aaa

ccc



perl -e 'open A,$ARGV[0]; open B,$ARGV[1]; @h{<A>}++; print grep {!exists $h{$_}} <B>' test2.txt test1.txt   


bbb

+ Recent posts