Sponsored Content
Full Discussion: cp | greb
Top Forums Shell Programming and Scripting cp | greb Post 302668217 by bartus11 on Monday 9th of July 2012 03:05:00 AM
Old 07-09-2012
Red part is matching "16":
Code:
/^(10:|1[0123456]:|15:[012]|15:30)/

To match only until 15, use:
Code:
/^(10:|1[012345]:|15:[012]|15:30)/

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