The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
list the files but exclude the files in subdirectories
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Forum Rules
FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
list the files but exclude the files in subdirectories
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
05-16-2008
fabtagon
Registered User
Join Date: Apr 2008
Location: European Union/Germany
Posts: 183
i) ls -ld
ii) find -maxdepth 1 -type f
fabtagon
View Public Profile
Find all posts by fabtagon