Search Results

Search: Posts Made By: hedkandi
21,666
Posted By hedkandi
Here's something else: #!/bin/bash ...
Here's something else:


#!/bin/bash

MONTH="$(date +'%d''%b''%Y')"

FILES="$(date +'%d''%m''%Y')"

mkdir "${MONTH}"

mv ${FILES}_*.xls ${MONTH}
Showing results 1 to 1 of 1

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