Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MikeDave888

    Get incorrect days between two dates in UNIX

    Hello everyone, I am getting inconsistent days between two dates as below. Any idea? Any feedback would be greatly appreciated. Thank you everyone! # This returns 42 days -- which is correct > echo $(((`date +%s -d '2020/02/02'` - `date +%s -d '2019/12/22'`) / 86400)) days 42 days # This...
  2. MikeDave888

    Run a Crontab job on odd/even weeks

    Hello everyone, I hope you can help me with the issue I am having. I tried to run a Crontab job on odd/even weeks but couldn't get it to work. Below has the detail. I'd greatly appreciate any feedback that you can provide. Thank you... # The job ran and the script got executed. 15 17 * * 1...

Part and Inventory Search

Back
Top