Skip to content
Snippets Groups Projects
Commit e986e0f5 authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Convert more VMS-style ascii text.

These ones found with:

for f in $(file **/*(.)|grep Hitachi|sed 's/:.*//'); do
  ./convert-vms-record-fmt < $f > foo;
  mv foo $f;
done
parent 6035628f
Loading
Showing
with 0 additions and 0 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment