jk.cheng
December 4th, 2009, 10:27 AM
assume i want to open a file call sample.txt in home using gedit from terminal. How can i do it clean without leaving any hang-out or log in the terminal?
I have try both command below to send thing to bg, but it still show some output:
1. gedit ~/sample.txt & > /dev/null
2. gedit ~/sample.txt > /dev/null &
Any idea what else can i try?
I have try both command below to send thing to bg, but it still show some output:
1. gedit ~/sample.txt & > /dev/null
2. gedit ~/sample.txt > /dev/null &
Any idea what else can i try?