Search Results

Search: Posts Made By: alelee
2,085
Posted By alelee
Creating directory daily basis...
Need help on this script.
the month is not changing to February...

#!/bin/bash

for X in `seq 1 100`
do

DATE=`date +%Y-%m-%d "--date=${X} day ago"`
Y=`date +%Y`
M=`date +%m`
D=`date +%d...
Showing results 1 to 1 of 1

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