Search Results

Search: Posts Made By: jbuberel
109,121
Posted By jbuberel
My simple solution...
Was to turn the date math trick shown above into a script that I named 'last-day-of-month.sh':

#!/bin/bash

TODAY=`/bin/date +%d`
TOMORROW=`/bin/date +%d -d "1 day"`

# See if tomorrow's day...
Showing results 1 to 1 of 1

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