discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Network domain filesystem heirarchy


From: Dennis Leeuw
Subject: Re: Network domain filesystem heirarchy
Date: Sat, 05 Nov 2005 14:39:40 +0100
User-agent: Debian Thunderbird 1.0.2 (X11/20050817)

Rogelio M. Serrano Jr. wrote:
Which is better?

/Network/Library
/Network/Applications
/Network/Tools

or

/Network/hostname/Library
/Network/hostname/Applications
/Network/hostname/Tools
/Network/hostnamen/Library
/Network/hostnamen/Applications
/Network/hostnamen/Tools

I wonder how to order the lookups in the second case though.

According to the NeXT manual I have the second one...

Lookup should be something like:
#!/bin/sh

for host in `ls /Network`; do
        find /Network/$host/Applications -name application -print
done

Dennis




_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep






reply via email to

[Prev in Thread] Current Thread [Next in Thread]