I use this command from the terminal to launch the URL in Firefox:
firefox reader.google.com &
I put an ampersand at the end so that it does not put my terminal window in the background, but Gnome just ignores this and opens a new Firefox browser window on top of the terminal. Is there a way to run Firefox behind Terminal? What I want to do is continue with the command line while the page is loading, which may take a few seconds.
command-line unix firefox ubuntu
dan
source share