Search Results

Search: Posts Made By: shellscripting
1,644
Posted By shellscripting
Background job not working as expected
Hello Unix Buddies,


cat infinite.sh

#!/bin/sh
while true
do
echo "Infinite loop"
doneI am running it in the background
$ ./infinite.sh > /dev/null &
[1] 31634Then i do an exit or...
Showing results 1 to 1 of 1

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