Search Results

Search: Posts Made By: mphanikumars
2,779
Posted By mphanikumars
Thanks kshji
Thanks kshji
2,779
Posted By mphanikumars
Hi kshji, Good Script... I just got an...
Hi kshji,

Good Script... I just got an interest to learn awk scripting. Can you please post any URL or PDF related awk, which would help me..
14,754
Posted By mphanikumars
I got your issue... If you run script with...
I got your issue...

If you run script with "sh /home/egrdemo/public_html/pposh_new/5secondrotatorscript.sh"

sh --> will not understand --> x=$((x-1))
Please change this line to --> x=`expr...
1,739
Posted By mphanikumars
Hi, use like this
mode=$1
if [ $# -ne 1 ] || [ "${mode}" != "find" -a "${mode}" != "kill" ]; then
echo "MODES:"
fi


Thanks,
Phani Kumar
14,754
Posted By mphanikumars
Your code is correct
see the output which i got

Apps-Monitor [/home/osseng/Task] -bash-15:21:41$ cat 5secondrotatorscript.sh
x=60
while [ ${x} -gt 0 ]
do
/usr/bin/php...
2,615
Posted By mphanikumars
Hi, It shouold help
#create a file something like 8thfield.txt with below mater
C;4498;qwa;cghy;;;;40;;222122
C;4498;sample;city;;;;34 2;;222123
C;4498;qwe;xcbv;;;;34-2;;222124
C;4498;jj;sffz;;;;41;;222120...
Showing results 1 to 6 of 6

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