|
"find command" to find the files in the current directories but not in the "subdir"
Dear friends,
please tell me how to find the files which are existing in the current directory, but it sholud not search in the sub directories..
it is like this,
current directory contains
file1, file2, file3, dir1, dir2
and dir1 conatins
file4, file5
and dir2 contains
file6, file7
what i need is when i am in current dir, and if use find command it shold display only
file1, file2, file3
but not others,
please help
very eager to see ur replys..
regards,
swamymns
|