Project 'kevin/bulletin' was moved to 'pp/bulletin'. Please update any links and bookmarks that may still have the old path.
Select Git revision
bulletin.com
-
Kevin Lyda authored
Done like so. This isn't all of them; just the obvious ones. for f in $(file decus/**/*(.) | sed s/:// \ | awk '$2 == "data" {print $1}'); do ./convert-vms-record-fmt < $f > foo; mv foo $f; done
Kevin Lyda authoredDone like so. This isn't all of them; just the obvious ones. for f in $(file decus/**/*(.) | sed s/:// \ | awk '$2 == "data" {print $1}'); do ./convert-vms-record-fmt < $f > foo; mv foo $f; done