Search Results

Search: Posts Made By: george88
2,155
Posted By george88
Adding to the above corrections, use "-lt"...
Adding to the above corrections, use "-lt" instead of "<".
Also the script you wrote will be in an infinite loop. There will be no changes to $a and $b since $drop is always equal to zero....
6,506
Posted By george88
16 ) you hit null results since you have...
16 ) you hit null results since you have explicitly escaped the *. It makes the grep command to look for actual 'asterix' in the words.

instead of ::
grep -i '^\(\w\)\(\w\)\(\w\)\w\*/\3/\2/\1$'...
Showing results 1 to 2 of 2

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