Search Results

Search: Posts Made By: dinesh.4126
27,915
Posted By dinesh.4126
Perl script to compare two files
hi,
As such I am new to perl on google search I found a code for Perl script to compare two files and print differences between them and instead of prinintg I want to store the diff. in a...
4,285
Posted By dinesh.4126
Thanks..I got it.
Thanks..I got it.
4,285
Posted By dinesh.4126
It's state it will print only if line is not...
It's state it will print only if line is not repeated.
But why unless statement is used further.
4,285
Posted By dinesh.4126
print OUT qq{$sLine\n} unless ($hTmp{$sLine}++); ...
print OUT qq{$sLine\n} unless ($hTmp{$sLine}++);
Still I am not getting how this statement working.
OUT is text file.
4,285
Posted By dinesh.4126
After googling I found script for removing...
After googling I found script for removing repeated line in a file.
next if $sLine =~ m/^\s*$/;
$sLine=~s/^\s+//;
$sLine=~s/\s+$//;
print OUT qq{$sLine\n} unless ($hTmp{$sLine}++);
...
4,285
Posted By dinesh.4126
yes i have to use perl script. so can somebody...
yes i have to use perl script.
so can somebody mail me sample code of same.
4,285
Posted By dinesh.4126
Remove repeated line using Perl
I am new to Perl and in text file of around 1000 lines having around 500 repeated line which I felt is no use and want to remove these line.so can somebody help in same for providing sample code how...
Showing results 1 to 7 of 7

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