Artifact 5d66b20135b9ac18db18ede7ad6d8c000eb6fa2fbc07f5bacaafe390535b0939:
- Executable file mtt/bin/trans/tidy — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 270) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/bin/trans/tidy — part of check-in [3e31105881] at 2000-12-28 09:13:38 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 270) [annotate] [blame] [check-ins using]
mv $1 $1.old cat $1.old | #Clear out all (and extraneous) new lines tr -d '\012' |\ #Squash blanks tr -s '\040' '\040' |\ #Put in new lines to replace $ tr '\044' '\012' |\ #Remove blanks after E sed "s/E /E/g" |\ #Put in $ at end of each line sed "s/$/\$/" >$1