Search Results

Search: Posts Made By: striker4o
15,723
Posted By Corona688
How about any of the commands I offered? :wall: ...
How about any of the commands I offered? :wall:

---------- Post updated at 01:28 PM ---------- Previous update was at 01:26 PM ----------

The 'find' does absolutely nothing when you use awk...
15,723
Posted By Scrutinizer
awk '/http/' RS=\" infile | sort -u
awk '/http/' RS=\" infile | sort -u
15,723
Posted By Scrutinizer
Try: awk '/http/' RS=\" infile
Try:
awk '/http/' RS=\" infile
15,723
Posted By Corona688
If you're using awk, you don't need grep. awk...
If you're using awk, you don't need grep. awk '/regex/ { print }' filenames is equivalent to grep "regex" filenames

I'm abusing awk's record-separator here, RS, so that it considers each <...
Showing results 1 to 4 of 4

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