Fixed spelling errors

This commit is contained in:
Scott C. MacCallum 2023-02-16 00:59:58 +00:00
parent fb61d5bdd8
commit 8728c023ac

View File

@ -56,11 +56,11 @@ chmod -R 754 /ftp/pub/users/scm
# Meta Array
#
# Remove all control chracters from the index text file and write it to the index.ma text file
# Remove all control characters from the index text file and write it to the index.ma text file
cat /sdf/arpa/ns/s/scm/index | col -b -x > /sdf/arpa/ns/s/scm/index.ma
# Remove all the control chracters from the 02 text file and write it to the 02.ma text file
# Remove all the control characters from the 02 text file and write it to the 02.ma text file
cat /sdf/arpa/ns/s/scm/02 | col -b -x > /sdf/arpa/ns/s/scm/02.ma