
03-09-2007
|
 |
Shell programmer, author
|
|
Join Date: Mar 2007
Location: Toronto, Canada
Posts: 974
|
|
Quote:
|
Originally Posted by kumarsaravana_s
I have a folder with some 120 files...i just want to print all the file filenames(not the content or anything else) onto a file say .txt.
|
Code:
printf "%s\n" * > txt
|