From 30019d62caf83cd1fa79d5f70e80cc1860b65c4b Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Sun, 5 Feb 2012 10:13:38 +0100 Subject: [PATCH] suggestion to update .data file added to README file --- README.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.17.1