Ok, this is probably a bonehead question, but here it goes....
I want to pull file name from a directory. Unique names not all that have that name in it.
grep setp04 /tmp/filename
EG:
sept04
sept04-misc
setp04-reports
grep will find all, what are my options to capture spet04 only. I did not find any switches that would help. So I'm guessing another way besides grep must be used?
Thanks