This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: formatting


Jeffrey A Law <law@hurl.cygnus.com> writes:

> > How about a sed/awk script?

When you get around to doing this, perl is *much* more convenient for
batch edits such as this:

	perl -p -i -e 's/PROTO\('/PROTO (/g' FILES...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]