You are not logged in.

#1 2010-04-06 01:33:12

Dethredic
Member
Registered: 2009-01-24
Posts: 361
Website

[bash] make command appear in new terminal window

I have a bash command that uses aria2 to download something. The problem is that it download silently in the background. I want it to display in a new terminal window so I can see the download stats. How can I do this?

Offline

#2 2010-04-06 02:08:56

brisbin33
Member
From: boston, ma
Registered: 2008-07-24
Posts: 1,799
Website

Re: [bash] make command appear in new terminal window

urxvt -e "some_command" ?

Offline

#3 2010-04-06 02:17:28

Dethredic
Member
Registered: 2009-01-24
Posts: 361
Website

Re: [bash] make command appear in new terminal window

thanks.

Offline

Board footer

Powered by FluxBB