From: Ian Kelling Date: Sat, 27 Aug 2016 19:44:26 +0000 (-0700) Subject: minor doc update X-Git-Url: https://iankelling.org/git/?p=small-misc-bash;a=commitdiff_plain;h=92aaa33b267affac31512c9fd611f6c2d2b15e87;hp=0644c7da9d439fd21637ea35c08d4890e2d6fcd4 minor doc update --- diff --git a/ex b/ex index c99cd12..6391da9 100755 --- a/ex +++ b/ex @@ -15,13 +15,15 @@ ex() { local help="Usage: ex [--help] FILE... -Extract many types of files based on their extensions +Extract many types of files +Based on their extensions, 7z bz2 deb gz iso dsc rar rpm tar xz zip sfs & some combinations. See source for exact file extensions. Note: apt-get install dtrx will do the same for most of these types, plus some more, I'm going to try it out sometime." + if [[ $1 == --help ]]; then echo "$help" fi