How to rewind tapes fast and save typing time

by Vivek Gite · 0 comments

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

Featured Articles:

Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post:

Next post: