Search Results

Search: Posts Made By: l20N1N
1,931
Posted By Scrutinizer
Hi, not exactly. [0-9a-f]\{4,\}- means a...
Hi, not exactly. [0-9a-f]\{4,\}- means a sequence of 4 or more hexadecimale digits ( a-f being lowercase ) followed by a dash.
\(...\)\{4\} means the sequence in escaped parentheses( "\(" and "\)"...
2,520
Posted By bigearsbilly
you are on the right track, maybe no need for...
you are on the right track, maybe no need for awk.

uniq -c does a count.

you can simply sort -u

define gibberish.

you can use tr -cd to complement the search (if that's any easier):
eg:...
2,520
Posted By konsolebox
just change it to *.txt cat *.txt ...
just change it to *.txt
cat *.txt ...
Showing results 1 to 3 of 3

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