Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
thomashabets2
on Aug 23, 2020
|
parent
|
context
|
favorite
| on:
Moreutils – Unix tools that nobody thought to writ...
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.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
sed -i 's/root/toor/;/joey/d' /etc/passwd
But I get your point.