Search Results

Search: Posts Made By: sooda
8,497
Posted By sooda
Run the command for certain time and kill it and...
Run the command for certain time and kill it and execute next command from the
file temp
8,497
Posted By sooda
I just want kill the running command and execute...
I just want kill the running command and execute the next command.
8,497
Posted By sooda
Script for telnet and run one command kill it and run another command using while loop
( sleep 3
echo ${LOGIN}
sleep 2
echo ${PSWD}
sleep 2
while read line
do
echo "$line"
PID=$?
sleep 2
kill -9 $PID
done < temp
sleep 5
echo "exit" ) | telnet ${HOST}

while...
1,225
Posted By sooda
Compare to values in a file in unix
Here is sample file
===============Index 0===================
isActive=0, Input=1, Output=1,
Status=1

State = Future , PRIMARY

UnderCount=2
inCount=2
outCount=0
SCount=673...
Showing results 1 to 4 of 4

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