Search Results

Search: Posts Made By: shamrock
3,026
Posted By shamrock
In perl... #!/usr/bin/perl use...
In perl...

#!/usr/bin/perl

use Time::Local;
use Time::localtime;

$today = time();
$range = 30*24*60*60;

while (<ARGV>) {
@f = split /,/, $_;
@dt = split /[ :\/]/, $f[3];

...
Showing results 1 to 1 of 1

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