[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: |
Wed, 21 Mar 2012 08:16:14 -0400 |
User-agent: |
Mutt/1.4.2.3i |
On Wed, Mar 21, 2012 at 04:45:49AM +0700, Opponent O. Oliviala wrote:
> Because the nano or vi command won't work with that script
>
> On Wed, Mar 21, 2012 at 4:41 AM, Opponent O. Oliviala
> <address@hidden>wrote:
>
> > Thank you sir,
> >
> > #!/usr/bin/env bash
> > exec 1> >(dictionaryScript)
> > ... the ENTIRE script goes here ....
> >
> > the exec 1 will send the output and see by dictionary script. It means
> > that I need to override all command ?
OK, at this point I officially have NO CLUE what you want. Please try
again from the beginning.
Nano and vi are interactive full-screen terminal applications. Their
output cannot be piped through a filter. They read and write bytes
directly from/to a terminal device.
- [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, 2012/03/20
- 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 <=