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 -->
#
2
(
permalink
)
03-09-2007
bin-doph
Registered User
Join Date: Jan 2004
Posts: 17
Code:
cd directory; find . -type f > file.txt
bin-doph
View Public Profile
Find all posts by bin-doph