From c1f6b323bf0278a7305b628efb7c35d0b0d8432a Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Tue, 20 Nov 2012 03:57:29 -0500 Subject: [PATCH] mail-merge: remind people to cd to the examples --- mail-merge-help/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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. -- 2.34.1