Search Results

Search: Posts Made By: ricky007
2,230
Posted By ricky007
Is this code goes after $email->send: if...
Is this code goes after $email->send:

if ($duplicate_ip || $duplicate_host) then
$email->send

bottom line is e-mail will be send if duplicate is found otherwise don't send an email.

thanks
2,230
Posted By ricky007
conditional email
Some one please help me: I need to perl code for a conditional block:

I believe I need to put the $email->send; command in a conditional block that checks if $duplicate_ip or $duplicate_host is...
7,292
Posted By ricky007
How do I differentiate file name extensions. ...
How do I differentiate file name extensions.
see both file nane starts with file1, but the extensions are diff.
file1.xxx
file1.bcd00xxx

so while read should I put file1.*
and then second...
7,292
Posted By ricky007
Find duplicates from multuple files with 2 diff types of files
I need to compare 2 diff type of files and find out the duplicate after comparing each types of files:

Type 1 file name is like: file1.abc
(the extension abc could any 3 characters but I can...
5,778
Posted By ricky007
Here is my final code but I need help: 1....
Here is my final code but I need help:

1. All duplicates IP are not going under "Duplicate IP" section. Like the folllwing example:

10.16.15.0 abcdefg0000 abcdefg0000
10.16.15.0 abcdefg0000...
5,447
Posted By ricky007
Find duplicate value comparing 2 files and create an output
Thanks, but I am facing complicated situation.
There are multiple files:

1. filenane.xxx
2. finename.abcnnxyz


So the scripts needs to compare filenane.xxx files with finename.abcnnxyz...
5,447
Posted By ricky007
Find duplicate value comparing 2 files and create an output
I need a perl script which will create an output file after comparing two diff file in a directory path:
/export/home/abc/file1
/export/home/abc/file2

File Format:...
5,778
Posted By ricky007
Find duplicate value and create an
I have compiled the following works fine, but I am getting IP and device all together. I need to separate them, I need only the duplicate device name and then next paragraph duplicate IP only:
...
5,778
Posted By ricky007
Find duplicate value and create an
I need a perl script, which will run every midnight via cronjob and e-mail few users once it finds any duplicated value in a file which is located /etc/hosts, the file name is called hosts and the...
Showing results 1 to 9 of 9

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