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: 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.



reply via email to

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