How to rewind tapes fast and save typing time

by Vivek Gite on September 25, 2006 · 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:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

We're here to help you make the most of sysadmin work. So, subscribe!

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 12 + 2 ?
Please leave these two fields as-is:
Are you a human being? Solve the simple math so we know that you are a human and not a bot.



Previous post:

Next post: