Hi,
The meaing of ^[0-9] is to exclude the characters specified in the [..], but what is the meaning of ^[0-9][0-9]*$.
The expression is used to get the process information from /proc , it lists all the PIDs of all running processes with some appended text.
but could not understand the meaning.