Search Results

Search: Posts Made By: nealh
1,725
Posted By nealh
Thanks, that fixed it and I understand my...
Thanks, that fixed it and I understand my oversight.
1,725
Posted By nealh
jobs command behaving differently in script
Here is my test script:
#!/bin/sh
result=`jobs`
echo "
Jobs:
"$result

result=`ls`
echo "
LS
"$result


Here is the output:

Jobs:


LS
0 1 2 3 4 5 6 7 gcd initialize.sh...
Showing results 1 to 2 of 2

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