Search Results

Search: Posts Made By: weddy
4,378
Posted By Don Cragun
There are a couple of strange things in this loop...
There are a couple of strange things in this loop in the 'stop' case in your code:
# Search for processes that you've started based on the file write path
for i in 1 2 3 4
do
...
4,378
Posted By Don Cragun
You didn't even come close to answering my...
You didn't even come close to answering my question. In the script:
rsh $HOST 'nohup $process.sh >/dev/null > 2>&1 &'
The rsh utility runs the command nohup $process.sh >/dev/null > 2>&1 & on the...
2,770
Posted By in2nix4life
echo "1.1 . . 2.2" | sed 's/ \. \. / /g' ...
echo "1.1 . . 2.2" | sed 's/ \. \. / /g'

1.1 2.2
Showing results 1 to 3 of 3

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