Y
Hacker News
new
|
ask
|
show
|
jobs
by
thomashabets2
2129 days ago
Seems like the example command should be easily doable with just `sed -i`, though.
sed -i 's/root/toor/;/joey/d' /etc/passwd
But I get your point.