From: Alex Dehnert Date: Tue, 20 Nov 2012 08:57:29 +0000 (-0500) Subject: mail-merge: remind people to cd to the examples X-Git-Url: https://www.dehnerts.com/gitweb/?p=user%2Falex%2Fsoftware%2Fmy-snippets.git;a=commitdiff_plain;h=c1f6b323bf0278a7305b628efb7c35d0b0d8432a mail-merge: remind people to cd to the examples --- diff --git a/mail-merge-help/README b/mail-merge-help/README index 118defb..9890086 100644 --- a/mail-merge-help/README +++ b/mail-merge-help/README @@ -16,8 +16,9 @@ Sample files are also available in this directory. Putting these all together, you'll probably want a command like: add adehnert # If on an Athena machine, to make the script available -mail-merge asa-admin@mit.edu missing-whatever.txt missing-whatever.test.csv # repeat until the message looks good -mail-merge asa-admin@mit.edu missing-whatever.txt missing-whatever.csv # run just once +cd /mit/adehnert/Public/software/my-snippets/mail-merge-help # change to the directory with your data files +mail-merge asa-admin@mit.edu missing-whatever.txt missing-whatever.test.csv # repeat until the message looks good +mail-merge asa-admin@mit.edu missing-whatever.txt missing-whatever.csv # run just once The script will output the rows in the CSV file, as it parsed them, as it reads and processes them.