I want to do "ls" command ignoring namespace.
There are objects "ABC_TAG", "NS:XYZ_TAG".
If i do
ls "'*_TAG";
I get "ABC_TAG" only...
and if I do
ls ":_TAG";
I get "NS:XYZ_TAG" only.. 
I can't find the way to get them all together.
I just need to filter "TAG" like postfix.
Is there a solution to do that?