HELP - Run two commands at the same time, in the same window on the terminal

Fred Silsbee fredsilsbee at yahoo.com
Tue Nov 25 22:42:57 UTC 2008




--- On Tue, 11/25/08, Jose Hernandez <mgdpz1 at gmail.com> wrote:

> From: Jose Hernandez <mgdpz1 at gmail.com>
> Subject: HELP - Run two commands at the same time, in the same window on the terminal
> To: "Debian User List" <debian-user at lists.debian.org>, fedora-list at redhat.com
> Date: Tuesday, November 25, 2008, 10:16 PM
> Hi, i would like to use macros (xnee) for answering my
> commands:
> 
> For example (sh script): this is for encrypt a file with
> gpg
> 
> gpg --e /directories/file -> This encrypt the file
> cnee --replay output /file.xnl -> This is for running
> the macro
> 
> Then, gpg ask the name of the id, and file.xnl is a macro
> with the name
> recorded. I would like to run this at the same time, but
> with more
> commands and options.
> 
> What could i do? Somebody know the response?
> 
> Thank you very much, I appreciate your help.
> 
> -- 
> fedora-list mailing list
> fedora-list at redhat.com
> To unsubscribe:
> https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines:
> http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

bash>(sleep 10;echo hello) &
bash>ls -alF



      




More information about the fedora-list mailing list