Linux

From PHYSpedia
Revision as of 20:02, 21 January 2013 by Cclark (talk | contribs) (Useful Commands)

Jump to: navigation, search

These topics have their own pages.

Getting Started

Scripting

Gnuplot

Common C, C++, FORTRAN Libraries

Useful Commands

The following is a (short) list of useful command when manipulating data in text files. Some common options are listed, but may not be explained. For full descriptions of each command, see the man page.

cat [file1 [ file2 [...] ] ]
print text file(s) to standard output. if multiple files are given, their text is concatenated
useful for starting a pipeline of commands from the contents of a text file
echo [args...]
print arguments to standard output
useful for starting a pipeline of commands from a variable's value
useful for printing output to the terminal from inside a script
sort<code>
read from standard input, sort lines, and write to standard output
command options: -k, -t, -n, -g