I would like to get time before midnight in bash on Mac OS (which has not the same date utility as many Linux distro).
For example, at 23:56:03 I would like to get : “00:03:59”.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
OSX Does have the date command
see – OSX Date man page
To get just the time use:
You need to use some BASIC maths