I need to find all processes that hashave in theretheir names numbersa number between 100 to 200 including the edge(meaning includeand 200 not 299) Iinclusive.
I tried
ps -ef | grep xclock -bw '[1-2][0-9][0-9]'
but that includeincludes 299 how. How to suppress it and have only numbers up to untill 200?