[Top][All Lists]
[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.
- [Help-bash] which file in bash source code (tarball) contain a print output function, Opponent O. Oliviala, 2012/03/20
- Re: [Help-bash] which file in bash source code (tarball) contain a print output function, Greg Wooledge, 2012/03/20
- Message not available
- Re: [Help-bash] which file in bash source code (tarball) contain a print output function, Greg Wooledge, 2012/03/20
- Re: [Help-bash] which file in bash source code (tarball) contain a print output function, Eric Blake, 2012/03/20
- Re: [Help-bash] which file in bash source code (tarball) contain a print output function,
Greg Wooledge <=
- Re: [Help-bash] which file in bash source code (tarball) contain a print output function, Bob Proulx, 2012/03/20
- Re: [Help-bash] which file in bash source code (tarball) contain a print output function, Eric Blake, 2012/03/20
- Re: [Help-bash] which file in bash source code (tarball) contain a print output function, Bob Proulx, 2012/03/21
- Re: [Help-bash] which file in bash source code (tarball) contain a print output function, Chet Ramey, 2012/03/21
- Re: [Help-bash] which file in bash source code (tarball) contain a print output function, Eric Blake, 2012/03/21
- Message not available
- Message not available
- Re: [Help-bash] which file in bash source code (tarball) contain a print output function, Greg Wooledge, 2012/03/21