Search Results

Search: Posts Made By: BG_JrAdmin
Forum: Linux 04-27-2018
15,020
Posted By vgersh99
this is not what I suggested - loose the space...
this is not what I suggested - loose the space after -o
Also try it withOUT quotes.
man sftp
854
Posted By itkamaraj
use sprintf #!/usr/bin/perl open...
use sprintf

#!/usr/bin/perl
open LOGFILE,">logfile.txt";
($day, $month, $year) = (localtime)[3,4,5];
printf LOGFILE ("The current date is %04d.%02d.%02d\n", $year+1900, $month+1, $day);
$path...
Showing results 1 to 2 of 2

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