Search Results

Search: Posts Made By: sea
1,667
Posted By sea
In that case i was refering to: awk ...
In that case i was refering to:
awk '/10-Aug-2020/ {print $0}' file1.txt
:p
(i tend to use/(believe that) variables (are) just like regular strings)
BTW Don, i belive you're missing a -F,.
...
1,667
Posted By sea
Hi What about (untested): ...
Hi

What about (untested):
RANGE=10-Aug-2020
awk -v RANGE=$RANGE '/RANGE/ {print $0}' file1.txt

hth
Showing results 1 to 2 of 2

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