Search Results

Search: Posts Made By: LavanyaP
2,148
Posted By LavanyaP
I need the same set of data for all the n numbers...
I need the same set of data for all the n numbers

eg :
2011-10-10 10:46:00,1-1-13-1-1,151510,ALCLA0A84D2C
2011-10-10 10:46:00,1-1-13-1-1,151520,65537
2011-10-10...
2,148
Posted By LavanyaP
Repeat using for loop
I have a file like this

2011-10-10 10:46:00,1-1-13-1-1,151510,ALCLA0A84D2C
2011-10-10 10:46:00,1-1-13-1-1,151520,65537
2011-10-10 10:46:00,1-1-13-1-1,151515,46932
2011-10-10...
2,314
Posted By LavanyaP
I got the response from Jmeter tool. They are all...
I got the response from Jmeter tool. They are all in the same line.

---------- Post updated at 02:44 AM ---------- Previous update was at 02:43 AM ----------

Using perl command i do miss out...
2,314
Posted By LavanyaP
XML parsing
I have a xml file attached. I need to parse parameterId and its value
My output should be like
151515 38
151522 32769
and so on..
Please help me. Its urgent
3,349
Posted By LavanyaP
This dint work for me. :( What is that im...
This dint work for me. :(
What is that im missing here???
# nawk -F. 'NR==FNR{if(/^1/){f=$0;next};if(/^./){a[f substr($2,2)];next}}{if(/^[0-9]/)print $0,(a[$0])?"TRUE":"FALSE"}' PM00 config.txt...
9,335
Posted By LavanyaP
I dont want the whole script to be redirected to...
I dont want the whole script to be redirected to some log file. Only the tftp portion i wanna redirect that too inside the script and not while executing the script
9,335
Posted By LavanyaP
Redirect the output in shell script for tftp
I've been using tftp in one of my file

#!/bin/bash
filename1="config1h.txt"
filename2="config15.txt"
hostname="test.com"
tftp $hostname <</dev/null
get $filename1
get $filename2
quit
EOF
...
3,349
Posted By LavanyaP
Thank u soooo much. I was sitting in this for...
Thank u soooo much.
I was sitting in this for many days. U made it simple ans easy. :)
3,349
Posted By LavanyaP
comparing 2 files in shell script
I have 2 files
config1h.txt
-----------------
BFMU=ENABLE,ID=PM
THR=OFF,REP=ALL,CON=IACM,TIM=OFF;GPON collection strategy
1.3.6.1.2.1.2.2:8
1.3.6.1.2.1.2.2:7
1.3.6.1.4.1.637.61.1.35.11.4:4...
2,725
Posted By LavanyaP
compare dates using shell sript
I have 2 date feilds
2011-05-13:18:45
2011-05-13:18:30
I need to compare them and say its OK/NOK

I tried this but dint work.
systime=2011-05-13:18:45
shubtime=2011-05-13:18:30
if [...
3,721
Posted By LavanyaP
Thanks for that command. But now i have a...
Thanks for that command. But now i have a seperate file
file1:
5629
22002

file2:
.1.3.6.1.4.1.637.61.1.23.3.1.6
.1.3.6.1.4.1.637.61.1.23.3.1.3
.
Now i need to join 2 files and the it should...
4,580
Posted By LavanyaP
Thank u so much... It worked well
Thank u so much... It worked well
3,721
Posted By LavanyaP
Im getting this error awk: syntax error near...
Im getting this error
awk: syntax error near line 1
awk: bailing out near line 1
3,721
Posted By LavanyaP
parsing using shell script
I have a file parameters.txt which contains
151524
151525

I have another file OID.csv which contains
NE Version Object Type ID SDK param name ...
4,580
Posted By LavanyaP
XML parsing using shell script
I have a xml file like this

<bul:collectionStrategy name="strategy1">
<bul:collectionTemplateGroup name="15min group"/>
<bul:collectionTemplateGroup...
1,124
Posted By LavanyaP
Thanks all and Thanks Franklin52... It worked......
Thanks all and Thanks Franklin52... It worked... :)
1,124
Posted By LavanyaP
Replace a format
I have a file which contains
1.3.6.1.4.1.637.61.1.35.10.19.1.10
1.3.6.1.4.1.637.61.1.35.15.3.1.4


Now i want to replace the last occurance of ".1." to ":"
The output should look like...
Showing results 1 to 17 of 17

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