mail-merge: remind people to cd to the examples
authorAlex Dehnert <adehnert@mit.edu>
Tue, 20 Nov 2012 08:57:29 +0000 (03:57 -0500)
committerAlex Dehnert <adehnert@mit.edu>
Tue, 20 Nov 2012 08:57:29 +0000 (03:57 -0500)
mail-merge-help/README

index 118defbc39929713c82938fd8a0bdf8066e5e8f1..9890086b8abdb114bee31d1a5b31888d54479690 100644 (file)
@@ -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.