Hi, Slightly off topic, but does anybody know of widely used naming conventions used for shell scripting? Oracle uses the optimal flexible architecture, which describes variables both within sql and for naming sql scripts, but I have not found anything similar for unix/linux. If anyone could point to a resource, I'd be most appreciative. Cheers, GC -- Gregory Conron gconron@hfx.andara.com - email (902) 443-4562 - voicemail -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
[Another lost and found unsent message. :-)] Gregory Conron <gconron@hfx.andara.com> writes:
does anybody know of widely used naming conventions used for shell scripting?
I do not know much to say about this. Shell variable are either global (in the environment) or local. Many environment variables and a few local variables have special meaning for the shell, so you have to use the proper name then. See the shell `man' or `info' page for details. It is unusual that a shell script uses so many variables that much conventions are needed. The evident one is that environment variables are written in capitals and local variables in lower case, but this is only a convention. -- François Pinard http://www.iro.umontreal.ca/~pinard -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
participants (2)
-
gconron@hfx.andara.com
-
pinard@iro.umontreal.ca