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
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep