There is a variaty of tools available for filtering.
If you only want lines with “r—–” grep is more than enough:
command | grep "r-----"
Or
cat filename | grep "r-----"
There is a variaty of tools available for filtering.
If you only want lines with “r—–” grep is more than enough:
command | grep "r-----"
Or
cat filename | grep "r-----"