[moneydance] Moneydance 2008 final, and related news

rader@hep.wisc.edu rader at hep.wisc.edu
Mon Mar 31 11:13:53 EST 2008


 > tar -cf - *.md|pgp  -cf >data.pgp

xargs is good for this kinda thing... 

 find . -name '*.md' -print | xargs tar -cf - | pgp -cf > data.pgp

steve
--


More information about the moneydance-info mailing list