bug-cppi
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-cppi] Re: [PATCH] Add new option --in-place


From: Jim Meyering
Subject: [bug-cppi] Re: [PATCH] Add new option --in-place
Date: Sat, 20 Mar 2010 09:32:57 +0100

Hello,

[Cc'ing bug-coreutils...]

Giuseppe proposed to add the --in-place option to GNU cppi,
(cppi is a small program that can act as a filter
  http://savannah.gnu.org/forum/forum.php?forum_id=6210
but cppi is so small that adding even that single, relatively
simple option would make it substantially more complicated.

I'm nearly certain I've seen a program (possibly a small
perl script) that can effectively add the --in-place
functionality to any filter program, but so far my searches
have been in vain.

I want a tool that works like this:

    in-place [--backup] 'cppi ...options' *.c

For each .c file, it would apply the filter program, and upon each
successful exit, it would update the .c file in place (atomically,
of course) with the output from the filter.

Can anyone point to existing code that does that?

Jim




reply via email to

[Prev in Thread] Current Thread [Next in Thread]