LINUX.IE, website of the Irish Linux Users' Group
Tux rules!

   
Home
New Users
Articles
Download
Projects
Community
Vendors

  Print Version
Email to...
 
Archives:


planetILUG

Recent News

News Archive


Join the
ILUG
on FaceBook


Join the
ILUG
on LinkedIn


Join the
ILUG SETI
Group



















 
 :: Mailing Lists

[CLUG] Command

[CLUG] Command

Baldwin_James at emc.com Baldwin_James at emc.com
Tue Jul 31 08:49:46 IST 2001


Derek,
This is a quick yoke I put together in Korn Shell.  It 'should' also work in
bourne _if_ Korn is not available.
It will also tell you the dir that fails.  Just read in yer old directyory
structure from a file I called directory_list
J.


set -A arr `cat /tmp/directory_list`
num=0
while [ $num -lt ${#arr[*]} ]
    do
	mkdir ${arr[$num]}
stat=$?
            if [ $stat -ne 0 ] 
                then
                    echo "failed creating for directory " ${arr[$num]}",
status ="
$stat
            fi
        num=`expr $num + 1`
    done   




-----Original Message-----
From: Donncha O Caoimh [mailto:donncha.ocaoimh at tradesignals.com]
Sent: Monday, July 30, 2001 5:10 PM
To: Derek Noonan
Cc: 'cork at linux.ie'
Subject: Re: [CLUG] Command


for i in *
do
if [ -d $i ] ; then
  mkdir /some/other/path/$i
fi
done

or something like that?

Donncha.


Derek Noonan wrote:
> 
> Hi all,
> 
> Is there any command that can be used to recreate a directory structure
from
> a source to a destination? Sort of like cp/mv but without copying or
moving
> the actual files, just the skeleton
> 
> TIA
> 
> ATB,

_______________________________________________
Cork maillist  -  Cork at linux.ie
http://www.linux.ie/mailman/listinfo/cork




More information about the Cork mailing list
Read this without the formatting.
                                                                                                    

 

Hosted by HEAnet


Maintained by the ILUG website team. The aim of Linux.ie is to support and help commercial and private users of Linux in Ireland. You can display ILUG news in your own webpages, read backend information to find out how. Networking services kindly provided by HEAnet, server kindly donated by Dell. Linux is a trademark of Linus Torvalds, used with permission. No penguins were harmed in the production or maintenance of this highly praised website. Looking for the Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!
RSS Version
Powered by Dell