Search Results

Search: Posts Made By: Chubler_XL
Forum: Solaris 03-27-2018
13,273
Posted By Chubler_XL
You could do this with perl eg: #!/bin/perl ...
You could do this with perl eg:

#!/bin/perl
use POSIX;
use Time::Local;

my ($yyyy, $mm, $dd) = (
$ARGV[0] =~ /([0-9]{4}) ([0-9]{2}) ([0-9]{2})/x
);

eval {
print strftime("%a\n",...
Showing results 1 to 1 of 1

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