On 10/1/10 2:52 PM, George R Goffe wrote:
> Howdy,
>
> I have a script that I use to build bash and other open source software. When
> I unzip/tar the bash distribution file and run the script in the directory
> that pops out, bash builds correctly (no make install yet). When I run the
> script
On Sat, Oct 09, 2010 at 12:06:21AM +0200, Sven Mascheck wrote:
> find . -type f -name '*.c' -exec sh -c 'vi "$@"' find-sh {} +
PS (still offtopic): vi was not the original example, it came as
illustration. But sh -c '' is only useful if you still have to process
the filenames somehow (which I co