![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| listing files excluding files from control file | ukatru | UNIX for Advanced & Expert Users | 15 | 08-15-2008 09:24 PM |
| Listing Files | krishna_sicsr | High Level Programming | 3 | 04-05-2007 02:32 PM |
| Listing of files | Vitalka | Linux | 1 | 03-02-2005 09:32 AM |
| help - listing files | richarmj | Filesystems, Disks and Memory | 2 | 10-02-2003 10:14 AM |
| Recursive directory listing without listing files | psingh | UNIX for Dummies Questions & Answers | 4 | 05-10-2002 11:52 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Listing files
Hi there!
I would like to list all the files from a directory and its subdirectories. For example: DIRECTORY |- SUBDIR1 ||- sub1.txt ||- sub2.txt |- SUBDIR2 ||- sub3.txt |- root1.txt |- root2.txt I would like to create a fulllist.txt file which contains the list of these files (with path!!). So: DIRECTORY/root1.txt DIRECTORY/root2.txt DIRECTORY/SUBDIR1/sub1.txt DIRECTORY/SUBDIR1/sub2.txt DIRECTORY/SUBDIR2/sub3.txt After that i would like to change the "/" symbol to the dot "." symbol. For example: DIRECTORY.SUBDIR1.sub1.txt I need urgent help! THANK YOU VERY MUCH! |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|