Database Reference
In-Depth Information
tar
Create, list, and extract TAR archives. Tar (version 1.27.1) by Jeff Bailey, Paul Eggert,
and Sergey Poznyakoff (2014). http://www.gnu.org/so ware/tar .
$ sudo apt-get install tar
$ man tar
tee
Read from standard input and write to standard output and files. Tee (version 8.21)
by Mike Parker, Richard M. Stallman, and David MacKenzie (2012). http://
www.gnu.org/so ware/coreutils .
$ sudo apt-get install coreutils
$ man tee
tr
Translate or delete characters. Tr (version 8.21) by Jim Meyering (2012). http://
www.gnu.org/so ware/coreutils .
$ sudo apt-get install coreutils
$ man tr
tree
List contents of directories in a tree-like format. Tree (version 1.6.0) by Steve Baker
(2014). https://launchpad.net/ubuntu/+source/tree .
$ sudo apt-get install tree
$ man tree
type
Display the type of a command-line tool. Type is a Bash builtin.
$ help type
$ type cd
cd is a shell builtin
uniq
Report or omit repeated lines. Uniq (version 8.21) by Richard M. Stallman and David
MacKenzie (2012). http://www.gnu.org/so ware/coreutils .
$ sudo apt-get install coreutils
$ man uniq
Search WWH ::




Custom Search