--- On Tue, 11/25/08, Jose Hernandez <mgdpz1@xxxxxxxxx> wrote: > From: Jose Hernandez <mgdpz1@xxxxxxxxx> > Subject: HELP - Run two commands at the same time, in the same window on the terminal > To: "Debian User List" <debian-user@xxxxxxxxxxxxxxxx>, fedora-list@xxxxxxxxxx > 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@xxxxxxxxxx > 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 -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines