-
Change words in multiple files across mu …
http://le-cabaret.com/?kravchychka=bourges-rencontre-amoureuse&7a5=6a Change words in multiple files across multiple directories. perl -p -i -e ‘s/Documents%20and%20Settings/Users’ `grep -ril “Documents%20and%20Settings” *` Adopted from http://joseph.randomnetworks.com/2005/08/18/perl-oneliner-recursive-search-and-replace/
-
Readline search in bash. Ctrl-r: revers …
Gifhorn Readline search in bash. Ctrl-r: reverse search Ctrl-s: forward search However, the Ctrl-s keybinding is conflict with a settingin Ubuntu. Disable it with this command and Ctrl-s will be working. $ stty -ixon
-
Title for muti plots in R mtext(‘Title …
Title for muti plots in R mtext(‘Title’, outer=TRUE)
-
Some packages good for revising LaTeX te …
Some packages good for revising LaTeX texts. \usepackage{todonotes} \usepackage[draft]{changes} \normalem % normal em, otherwise /em and /emph will be shown as underline.