help-bash
[Top][All Lists]
Advanced

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

Re: [Help-bash] which file in bash source code (tarball) contain a print


From: Greg Wooledge
Subject: Re: [Help-bash] which file in bash source code (tarball) contain a print output function
Date: Tue, 20 Mar 2012 16:50:16 -0400
User-agent: Mutt/1.4.2.3i

On Tue, Mar 20, 2012 at 02:45:10PM -0600, Eric Blake wrote:
> 'function' is a bashism; I would recommend sticking to the POSIX syntax of:
> 
> echo () {
>   command echo "$@" | /home/scripts/dictionaryScript
> }

Me too, but I was trying to retain the original poster's syntax as much
as possible.



reply via email to

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