Y
Hacker News
new
|
ask
|
show
|
jobs
by
grymoire1
1424 days ago
If you ever had to repair a disk using fsck when it had hundreds of errors, you would understand why yes(1) was created.
1 comments
Anunayj
1424 days ago
Wouldn't it be better to use dd with something like /dev/zeros instead?
link
meatmanek
1424 days ago
The idea is that you pipe `yes | fsck` to answer yes to all questions.
link