I am given the following command:
tar -x -v -f /dev/rct0 -b 20 *
Could someone please explain its meaning, because in this form it looks completely useless to me. As far as I know -x stands for extract. So, take all files (?) from the current dir and extract them to the type drive rct0? If so, what is the -b 20 flag doing there? (use the maximum size block size when writing?) I would have tried it myself, unfortunately I don't have a tape drive. I hope someone will shed some light on what is going on here. Happy holidays everyone! :)
