Difference between revisions of "Ax Archive Extract"

From Noah.org
Jump to navigationJump to search
(New page: Category:Engineering Category:Free_Software == ax == This is a simple little shell script that I wrote to handle most archives that I run across. You don't have e to tell it what ...)
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
[[Category:Engineering]]
 
[[Category:Engineering]]
 
[[Category:Free_Software]]
 
[[Category:Free_Software]]
 +
[[Category:Shell]]
 +
 
== ax ==
 
== ax ==
  
Line 8: Line 10:
 
   ax my_stuf.zip
 
   ax my_stuf.zip
  
Click here to download this script: [http://www.noah.org/downloadsvn.php?src=file:///home/svn/src/dotfiles/bin/ax ax]
+
Click here to download this script: [http://www.noah.org/engineering/src/dotfiles/bin/ax ax]
<include svncat src="file:///home/svn/src/dotfiles/bin/ax" highlight="sh" />
+
<include src="/home/noahspurrier/noah.org/engineering/src/dotfiles/bin/ax" highlight="sh" />

Latest revision as of 17:10, 24 April 2014


ax

This is a simple little shell script that I wrote to handle most archives that I run across. You don't have e to tell it what type of decompression to use. Simply run it with the archive name as an argument:

 ax my_tarball.tar.gz
 ax my_tarball.tar.bz2
 ax my_stuf.zip

Click here to download this script: ax <include src="/home/noahspurrier/noah.org/engineering/src/dotfiles/bin/ax" highlight="sh" />