It matches that line because of the 'd' alright, but not because it's a hexdigit, but because it is contained in [digtx]...Neo wrote: Considering that the 'world' contains a valid hex digit ('d') would that explain anything?

It matches that line because of the 'd' alright, but not because it's a hexdigit, but because it is contained in [digtx]...Neo wrote: Considering that the 'world' contains a valid hex digit ('d') would that explain anything?
Hmm... so a hexdigit means anything with an 'x'?AR wrote: I tried "egrep -o [:xdigit:] a.txt" and got:So your assumption is probably correctx
x
d