== Linux Commandline Stuff ==
=== remove page numbers in place with perl ===
<code> perl -pi -e "s/p+\s+\d+(-\d*)*\.|p+\d+(-\d*)*\.//g" reading.txt </code>
=== rsync to transfer files to server ===
*local current directory to home/pictures directory: