boomer1974
MIS
Hello experts,
I am having trouble with a simple find command. I am using the command line below to find all files in the current dir (without searching sub dir's) that do not have a name like s0998* but all find returns is a "." does anyone have any suggestions on why this is not working as expected.
find . ! -name "s0998*" -prune -print |more
I am having trouble with a simple find command. I am using the command line below to find all files in the current dir (without searching sub dir's) that do not have a name like s0998* but all find returns is a "." does anyone have any suggestions on why this is not working as expected.
find . ! -name "s0998*" -prune -print |more