Tagged Questions
4
votes
5answers
2k views
How do I suppress dd output?
I have a bash script that creates some file using dd. The problem is dd throws a great amount of output that is going to mess with the output of my script.
Searching around I've found a solution:
dd ...