Thank you for the details.
the main task is that. On server1 , the master installation dir which contains
around 100 shared library files (*.so)
the server2 also has same number of shared libraries. But in this installation
there might be some shared libraries older than master install or newer
On 1/5/12 Thu Jan 5, 2012 11:01 AM, "ram ram"
scribbled:
> Thank You very much Jim for your immediate response.
> my requirement is that I have standard installation on server1 which is a
> master copy. I know the location of the installation directory which contains
> bunch of libraries.
> I h
Thank You very much Jim for your immediate response.
my requirement is that I have standard installation on server1 which is a
master copy. I know the location of the installation directory which contains
bunch of libraries.
I have a another installation on Server2 for the same application. I do
Alex Ardin wrote:
Hi,
Hello,
I frequently have to review logs that are captured with 'script' using
terminal but these logs have many control characters.
The intent of the script is the following:
1. Get a listing of all the logs in a directory, storing the list of
files in an array.
perl
bob wrote:
Hello
Hello,
I am very new to perl and I need some guidance on the following issue
My data set is like this
---
Record 38
Richard Nixon
http://en.wikipedia.org/wiki/Richard_Nixon
---
Record 39
Gerald Ford
http://en.wikipedia.org/wik
Hi Alex,
Your script should be like that:
$oldfile = $file;
chomp($oldfile);
my $newfile = $oldfile . ".x";
... as $file (and $oldfile, which is redundant btw) ends with "\n".
Besides, it'd be much easier to collect all the files in the given
directory with fileglob.
-- iD
2012/1/5 Alex Ardi
Hi,
I frequently have to review logs that are captured with 'script' using
terminal but these logs have many control characters.
The intent of the script is the following:
1. Get a listing of all the logs in a directory, storing the list of
files in an array.
2. For each filename in the array, cr
Hello
I am very new to perl and I need some guidance on the following issue
My data set is like this
---
Record 38
Richard Nixon
http://en.wikipedia.org/wiki/Richard_Nixon
---
Record 39
Gerald Ford
http://en.wikipedia.org/wiki/Gerald_Ford
-