From: Matteo Nastasi Date: Sun, 5 Feb 2012 09:13:38 +0000 (+0100) Subject: suggestion to update .data file added to README file X-Git-Tag: v0.1.3^0 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=populate.git;a=commitdiff_plain;h=30019d62caf83cd1fa79d5f70e80cc1860b65c4b suggestion to update .data file added to README file --- diff --git a/README.txt b/README.txt index 42bd256..5eb3101 100644 --- a/README.txt +++ b/README.txt @@ -75,9 +75,11 @@ CONTENT FORMAT ... to set a text as url REQUIREMENTS - Packages: latex pdflatex texlive-latex-extra +UPGRADE YOUR .data FILE + to add entries to your document you can use something like: + for i in 3 2 1; do n=$((i + 1)) ; sed -i "s/\(^T_ESPROF_[^_]\+\)_${i}\([=_]\)/\1_${n}\2/g" cv_matteo_nastasi.data ; done