How can I map 'untar' as a command to 'tar -xvfz' ? Sorry, but I almost always forget the arguments necessary to 'tar' for this operation.
|
feedback
|
|
place in your .bashrc file to persist across logins/shell sessions. | |||||||||||||||
feedback
|
|
You might also be interested in the following:
With the above code in your .bashrc, typing an x followed by a filename will extract most archives you come across (assuming you have the packages needed to extract that type of archive). NOTE: This code is slightly modified from what I found here a long time ago. | |||||||||
feedback
|
|
I'm always remembering it by saying it out loud: | |||||||
feedback
|
|
You should try | |||||
feedback
|
|
Does no one else use atool? It's a command-line tool for format-agnostic archiving and extraction. To unpack any supported archive: I can't remember the last time I've directly used any archive-specific tool. | |||
|
feedback
|