Dear Expert,
Need your advise where my mistaken.
trying for make combine line with "key" but not working...
if input like this :
Part=BYN8592P_9NB01_S01 Section=9
Part=BYN8592P_9NB01_S02 Section=10
Part=BYN8592P_9NB01_S03 Section=11
Section=10 70000
Section=11 80000
Section=9 90000
and i...
Hi Experts,
I am trying learning perl, and found this issue,
datares :
ExternalNetwork=1,Cell=1234 att 555
ExternalNetwork=1,Cell=5678 att 553
script :
#!/usr/bin/perl
open (FILE, 'checkres');
while (<FILE>) {
chomp;
($name, $fr, $value) = split("\t");
print...
Hi
I need to grep some data from the same syntax, but still not work perfectly :
cat RBS_100310_old | sed -e 's/=/ /g' -e 's/,/ /g' | awk '/mobrowser_pid/ {getline;getline;$7,$9}' just get Subnetwork n Mecontex
but i can not get specific problem on different line.
really appriciate any...
Hi all,
I have made some script to modify data :
MO CELL CHGR TEI SIG DCP1
RXOTRX-0-0 LG300D1 ALL 0 CONC 128
SWVERREPL SWVERDLD SWVERACT DCP2
DEFAULT...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.