Skip to content
Commit 1e7e7560 authored by Kevin Lyda's avatar Kevin Lyda 💬
Browse files

Convert VMS format text files to Unix ones.

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
parent 382da403
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment