Y
Hacker News
new
|
ask
|
show
|
jobs
by
justincormack
4487 days ago
sed can edit in place though.
1 comments
kylek
4487 days ago
indeed!
sed -i -e 's/root/toor/' -e '/joey/d' /etc/passwd
link
sed -i -e 's/root/toor/' -e '/joey/d' /etc/passwd