Re: Naming convention of bash script filenames

2010-07-12 Thread Andreas Schwab
Bob Proulx writes: > For an executable script I use no suffix at all. It matters not if > the script is a bash script, sh, ksh, perl, ruby, or whatever. Assuming it uses the appropriate shebang. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756

Re: Naming convention of bash script filenames

2010-07-11 Thread Chris F.A. Johnson
On Sun, 11 Jul 2010, Peng Yu wrote: > Hi, > > I think that that may not be a unique naming convention for bash > script filenames. But I use the following. > > For an executable bash script I use the suffix .sh. For a bash script > that is only source-able but runnable, I use the suffix .bashrc.

Re: Naming convention of bash script filenames

2010-07-11 Thread Bob Proulx
Peng Yu wrote: > For an executable bash script I use the suffix .sh. For a bash script > that is only source-able but runnable, I use the suffix .bashrc. > > People may use different conventions. I just want to see what most > people use and follow the common practice. Could anybody give me any >