bug-bash
[Top][All Lists]
Advanced

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

Re: which file in bash source code (tarball) contain a print output func


From: dethrophes
Subject: Re: which file in bash source code (tarball) contain a print output function
Date: Wed, 21 Mar 2012 01:19:42 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120312 Thunderbird/11.0


not sure if its what your looking for but you could look at
builtins/printf.def

as a starting point. it implements the printf builtin function.

Am 20.03.2012 20:29, schrieb runicer:
I have bash-4.2.tar.gz What inside this, All source code .c/.h ,
configuration file. I want to find where is the print standard output
function and add my script like sed 's,Hello,Hi,gI'before it printed. The
result will be every standard output with the hello word will change to Hi
word.




reply via email to

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