Search Results

Search: Posts Made By: rasingraj
2,103
Posted By rasingraj
I have given like below but it gives syntax error...
I have given like below but it gives syntax error near "/ && ".Execution aborted.


qx 'awk '/CDI/ && /[A-Z][0-9]/ && !/Result for/ {print $3 $5 > "final.txt"}' datalist.txt'


To make code...
2,103
Posted By rasingraj
Syntax Problem with awk
Hello,

I have perl script,which take some part of data in the file.
the below command works fine in normal cmd prompt.

`awk '/CDI/ && /[A-Z][0-9]/ && !/Result for/ {print $3 $5 > "final.txt"}'...
1,146
Posted By rasingraj
Yes. After "chomp" the input it works fine. ...
Yes. After "chomp" the input it works fine.
Thanks
1,146
Posted By rasingraj
Redirect Problem
Hi,

I have perl script which is calling an external command using "system()" with argument.
But i am not able to capture the output.Even tried with backtick also with no luck.
.
.
...
1,448
Posted By rasingraj
Thank you.it is working fine...
Thank you.it is working fine...
1,448
Posted By rasingraj
Split a special char
Hello,

I have some data in output file.In that i need to split the special char "(" and ")" and store it.

This is example of o/p file.
(OHC12345)
(OHC12415)
(OHC12765)
(OHC12545)

I...
1,208
Posted By rasingraj
Hi, i have attached input and output file...
Hi,

i have attached input and output file for your reference.
1,208
Posted By rasingraj
Hi itkamaraj, I have some html file it...
Hi itkamaraj,

I have some html file it contains table.In that i need to find string like "details" and print below lines which have XYZ1234.
But in file,some string "Results of XYZ1234" also...
1,208
Posted By rasingraj
Find string and Not find to particular string
Hi,

I need to find the word with numbers (alpha-num) like XYZ1234.
But the file has some **Result of XYZ1234** strings,which i dont want to take or omit.
how can search string and not that...
Showing results 1 to 9 of 9

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