The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
[Urgent]how to print the file names into a txt file???
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
[Urgent]how to print the file names into a txt file???
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
6
(
permalink
)
03-09-2007
dennis.jacob
dj -------
Join Date: Feb 2007
Location: Cochin/Bangalore, India
Posts: 447
find <directory> -type f -maxdepth 1 -print >temp_file
dennis.jacob
View Public Profile
Find all posts by dennis.jacob