Skip to content
Snippets Groups Projects
Select Git revision
  • d7f918d7a51945bfc8a3f472d1ba8813b10b33e9
  • release default protected
  • more-testing
  • attempt-vax90b1
  • attempt-1
  • conversion protected
  • linux
  • v0.9.1 protected
  • v0.9.0 protected
9 results

news687

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
..