Search Results

Search: Posts Made By: cherryTango
5,378
Posted By Don Cragun
It means that gedit terminated in the 10 seconds...
It means that gedit terminated in the 10 seconds before the jobs command started running. Under normal circumstances, it would also mean that you issued another command in those 10 seconds to reap...
5,378
Posted By Corona688
The code I suggested? gedit filename echo...
The code I suggested?

gedit filename
echo "Editor has now quit"
5,378
Posted By Don Cragun
Forget putting your code in a script! What...
Forget putting your code in a script!

What happens when you run the following commands directly in your shell:
gedit somefile& PID=$!
wait $PID
where somefile is the name of some file that you...
5,259
Posted By Scott
Arghh... really doesn't help that I had a file...
Arghh... really doesn't help that I had a file called makefile in my directory, which make was using instead of Makefile :D


populateMFiles() {
#echo '.PHONY: all clean build
echo 'clean:
...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 12:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy