![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to create a directory structure with getting input from a file. | itsjoy2u | Shell Programming and Scripting | 12 | 09-29-2008 03:09 PM |
| Script to remove all empty files within the directory structure? | cat123 | Shell Programming and Scripting | 5 | 06-05-2008 10:01 AM |
| HELP! writing shell script with c++ file | deadleg | UNIX for Dummies Questions & Answers | 1 | 03-08-2008 10:40 AM |
| MV files from one directory structure(multiple level) to other directory structure | srmadab | UNIX for Advanced & Expert Users | 4 | 09-13-2006 05:01 PM |
| Need script to make big directory structure | kamur | Shell Programming and Scripting | 2 | 11-07-2005 07:48 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Shell script for a writing the directory structure to a file
Hi All,
I am new user of shell scripting has come up with a problem. that I have a directory structure like : Home | |--------A | |----trunk | |-------A_0_1/ | | | |-------A_0_2/ | |--------B | |-----trunk | |-------B_0_1/ | | | |-------B_0_2/ | |--------C | |-----trunk | |---------C_0_1/ My problem is to write a script that will generate a file reporting this file hierarchy i.e (The script can be run be from Home) (Directiry structure states that under Home/ there are 3 subdirectories called A, B, C . Each has another subdirectory called trunk/, all trunk contains the versions of original directory like A_0_1, A_0_2, B_0_1...so on) $ cat file -------------- A/trunk/A_0_1 A/trunk/A_0_2 B/trunk/B_0_1 B/trunk/B_0_2 C/trunk/C_0_1 -------------- Please help me regarding this. Thanks in advance. Last edited by bhaskar_m; 03-09-2009 at 01:02 AM.. Reason: to make the proper understanding of directory structure |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|