Search Results

Search: Posts Made By: suren1829
Forum: SuSE 07-29-2011
1,995
Posted By radoulov
With ksh and bash (with extended globbing...
With ksh and bash (with extended globbing enabled: shopt -s extglob) you could use something like this:


ls -1 S01622@([01][0-9]|[2][0-5]).LOG.XTT77.XTT77.

With zsh:

ls -1...
Forum: SuSE 07-29-2011
1,995
Posted By bartus11
Try: ls -l | awk '{x=$9;sub...
Try: ls -l | awk '{x=$9;sub (".","",x);split(x,a,".")}a[1]>=162200&&a[1]<=162225'
Showing results 1 to 2 of 2

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