Differences From Artifact [8b2e61fa07]:
- Executable file mttroot/mtt/bin/trans/strip_comments — part of check-in [3cc2fa6c12] at 1998-11-18 11:30:19 on branch origin/master — Now strips blank lines as well (user: gawthrop@users.sourceforge.net, size: 628) [annotate] [blame] [check-ins using]
To Artifact [429b584b4b]:
- Executable file mtt/bin/trans/strip_comments — 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: 712) [annotate] [blame] [check-ins using] [more...]
- Executable file
mttroot/mtt/bin/trans/strip_comments
— part of check-in
[636df344ed]
at
2002-04-28 18:58:07
on branch origin/master
— Fixed [ 549658 ] awk should be gawk.
Replaced calls to awk with call to gawk. (user: geraint@users.sourceforge.net, size: 712) [annotate] [blame] [check-ins using]
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | + + + - - + + | # Copyright (c) P.J.Gawthrop, 1997. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.2 1998/11/18 11:30:19 peterg ## Now strips blank lines as well ## ############################################################### sed 's/%/#/' |\ |