How to rewind tapes fast and save typing time
Following tip submitted by Chirag:
Most of us use mt command to rewind tapes:
mt -f /dev/st0 rewind
This is old way; you need to type mt command and other options. Instead of using mt use following command:
# < /dev/st0
Thanks chirag this is a neat shortcut for rewinding magnetic tape. This command works with other UNIX oses as well.
In addition, my favorite shortcut to create an empty file:
$ >file.txt
Want to stay up to date with the latest Linux tips, news and announcements? Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
You may also be interested in other helpful articles:
- UNIX/Linux Shell shortcuts to save typing, toil, and time
- Solaris : Controlling tape device/drive using mt command
- Linux command editing examples using cat, ed, and sed
- Run Linux From USB Flash / Pen Drive
- Solaris > How to configure LAN Card (NIC)
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


Recent Comments
Yesterday ~ 3 Comments
Yesterday ~ 1 Comment
Yesterday ~ 9 Comments
Yesterday ~ 13 Comments
Yesterday ~ 3 Comments