목차

,

sed (Stream EDitor)

문자열 치환

Usage

sed -n -e 'command' [input file]

command

find . | cat -n | sed -e 's/.\/ /'

정규표현식 가능. escape 문자(\)