aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII/src/util/mergeCarpetIOASCII.pl
Commit message (Collapse)AuthorAge
* Import CarpetErik Schnetter2011-12-14
| | | | Ignore-this: 309b4dd613f4af2b84aa5d6743fdb6b3
* CarpetIOASCII: forgot to print the iteration number comment line in ↵Thomas Radke2006-08-28
| | | | | | mergeCarpetIOASCII.pl darcs-hash:20060828130746-776a0-25e0c2bbbaf9ceb5bb4a18433544c73c127a0916.gz
* CarpetIOASCII: improved mergeCarpetIOASCII.pl script to ignore all but the ↵Thomas Radke2006-08-15
| | | | | | | | | | | | | | | last occurance of duplicate datasets Usage: ./mergeCarpetIOASCII.pl [-h | -help | --help] <list of files> This script can be used to merge CarpetIOASCII output written before and after recovery. It reads one or more files in CarpetIOASCII format and writes their contents to STDOUT, eliminating duplicate datasets (all but the last occurance are discarded). Example: ./mergeCarpetIOASCII.pl alp.x.asc > alp.x.asc.merged darcs-hash:20060815200512-776a0-4046dbb5c6ea7909e519c95c215d0cda58a64cbe.gz
* CarpetIOASCII: added utility script to merge CarpetIOASCII output written ↵Thomas Radke2006-08-15
before and after recovery ~/cactus/arrangements/Carpet/CarpetIOASCII/src/util> ./mergeCarpetIOASCII.pl --help This script can be used to merge CarpetIOASCII output written before and after recovery. It reads from STDIN the contents of one or more files in CarpetIOASCII format and writes them to STDOUT again, eliminating duplicate datasets. Example: cat alp.x.asc | ./mergeCarpetIOASCII.pl > alp.x.asc.merged darcs-hash:20060815135135-776a0-f38f0bcb4f5f17d8ae5f7d13e29d9ee80adf4a15.gz