Search Results

Search: Posts Made By: ellechim
1,072
Posted By ellechim
Perl Script to read partitions
Hi Guys!
I'm currently doing a perl/bash script that will read all the partitions in the server. I'm trying to use df -h but it will just display the partitions.

Your help is very much...
2,486
Posted By ellechim
thanks guys
thanks guys
1,067
Posted By ellechim
No file on the date
Hello. Below is a perl script where in it has to display if the directory is update or not.



#!/usr/bin/perl
use File::stat;
use Time::localtime;

my @a = glob "*" ;
foreach (@a) {

...
3,397
Posted By ellechim
#!/usr/local/bin/perl #$path = perl; ...
#!/usr/local/bin/perl

#$path = perl;

#use File::stat;
use Time::localtime;

sub ExampleFiles{
$today = time;
$today -= $today % 86400;
$return_value = 0;
...
2,486
Posted By ellechim
Please check perl script
#!/usr/local/bin/perl

#$path = perl;

#use File::stat;
use Time::localtime;

sub ExampleFiles{
$today = time;
$today -= $today % 86400;
$return_value = 0;
...
3,397
Posted By ellechim
Thanks sir for the info. my problem is the...
Thanks sir for the info.
my problem is the filename always change depends on the date it was created.
It performs daily backup and the file name change also:

mysql07222010-18:00.gz (mysql -...
3,397
Posted By ellechim
PERL script to read directory
Good day to all!

I'm currently doing a perl script about reading a directory.
What I'm going to do is write a script that will check whether the backup file is created daily or not inside the...
Showing results 1 to 7 of 7

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