Feb 4, 2013

The Linux Command Line: A Complete Introduction, William E. Shotts Jr. - 2012

& |    && ||    (cd interior && pwd) && pwd    autocd    C+A+F7
> file1    2>&1    &>    cat>file2    tee    cat <<- EOF
apropos    alias
kill -1 apache2   pstree    vmstat 5
dpkg -s solr-common    dpkg -S solr 
lftp    scp    sftp    ftp <<- EOF
cat -A foo.txt   sort -k 3.7nbr -k 3.1nbr -k 3.4nbr distros.txt
cut    paste    join
nl    fold    pr
{ ls -l; cat f.txt; } > o.txt
read < <(echo "foo")    trap    async-child &    mkfifo pipe1

No comments: