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
−322 B (5.01 KiB)

File changed.File mode changed from 100755 to 100644.

No diff preview for this file type.

−859 B (23.8 KiB)

File changed.File mode changed from 100755 to 100644.

No diff preview for this file type.

−1.28 KiB (32.1 KiB)

File changed.File mode changed from 100755 to 100644.

No diff preview for this file type.

−1.38 KiB (30.7 KiB)

File changed.File mode changed from 100755 to 100644.

No diff preview for this file type.

−1.34 KiB (26.1 KiB)

File changed.File mode changed from 100755 to 100644.

No diff preview for this file type.

Loading