Skip to content
Snippets Groups Projects
Select Git revision
3 results Searching

decus

Kevin Lyda's avatar
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
1e7e7560
History
Name Last commit Last update
..