Database Reference
In-Depth Information
feedgnuplot
Generate a script for gnuplot while passing data to standard input. Feedgnuplot (ver‐
sion 1.32) by Dima Kogan (2014). http://search.cpan.org/perldoc?feedgnuplot .
$ sudo apt-get install feedgnuplot
$ man feedgnuplot
ieldsplit
Splits a file into multiple files according to a particular field value. Fieldsplit (version
2010-01) by Jeremy Hinds, Jason Gessner, Jim Renwick, Norman Gocke, Rodofo
Granata, and Tobias Wolff (2010). http://code.google.com/p/crush-tools .
$ # See website for installation instructions
$ fieldsplit --help
ind
Search for files in a directory hierarchy. Find (version 4.4.2) by James Youngman
(2008). http://www.gnu.org/so ware/indutils .
$ sudo apt-get install findutils
$ man find
for
Execute commands for each member in a list. In Chapter 8 , we discuss the advantages
of using parallel instead of for . For is a Bash keyword.
$ help for
$ for i in { A..C } "It's easy as" { 1..3 } ; do echo $i ; done
A
B
C
It's easy as
1
2
3
git
Manage repositories for Git, which is a distributed version control system. Git (ver‐
sion 1:1.9.1) by Linus Torvalds and Junio C. Hamano (2014). http://git-scm.com .
$ sudo apt-get install git
$ man git
Search WWH ::




Custom Search