Search Results

Search: Posts Made By: crypto87
1,068
Posted By crypto87
Ignore common line between 2 files in perl
I want to ignore the same line which appear in File1 and File2 and then print the final result back in file1

File1
ABC
123
XYZ

File2
XYX

Output
ABC
123

I have to run this command on...
1,493
Posted By crypto87
Hi, I have 2 files of below format. File1 ...
Hi,
I have 2 files of below format.

File1
AA~1~STEVE~3.1~4.1~5.1
AA~2~DANIEL~3.2~4.2~5.2
BB~3~STEVE~3.3~4.3~5.3
BB~4~TIM~3.4~4.4~5.4

File 2
AA~STEVE~AA STEVE WORKS at AUTO COMPANY...
1,493
Posted By crypto87
Perl script for Calling a function and writing all its contents to a file
I have a function which does awk proceessing

sub mergeDescription {
system (q@awk -F'~' '
NR == FNR {
A[$1] = $1
B[$2] = $2
...
1,427
Posted By crypto87
Merging two special character separated files based on pattern matching
Hi.

I have 2 files of below format.

File1

AA~1~STEVE~3.1~4.1~5.1
AA~2~DANIEL~3.2~4.2~5.2
BB~3~STEVE~3.3~4.3~5.3
BB~4~TIM~3.4~4.4~5.4

File 2
AA~STEVE~AA STEVE WORKS at AUTO COMPANY...
743
Posted By crypto87
Help with parsing a unorganized file
I have a file which is of this format

ABCD1
,1,22,green,2013-02-14,09:00:00,true
,1,22,red,2013-02-14,09:00:00,true
,1,22,blue,2013-02-14,09:00:00,true
ABCD2...
Showing results 1 to 5 of 5

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