Search Results

Search: Posts Made By: efittery
4,521
Posted By efittery
using date tool in bash
date --date='10:30am + 1 hour' +%H:%M
11:30 produces

date --date='10:30pm + 1 hour' +%H:%M produces
23:30

I want to do the following:
TIME="1:30pm"
date --date='$TIME + 1 hour' + %H:%M
to...
61,333
Posted By efittery
why is "find" SUPER fast on ubuntu and not on cygwin
I have a directory tree on my ubuntu which consists of 15000 files and 8Gig of space.

At the command line, I put in:

time find "*.gz"

and it comes back with a response in less than 0.1...
Showing results 1 to 2 of 2

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