On October 26, 2016 8:48:09 AM EDT, "J. Hart" <[email protected]> wrote: >It's fairly simple. All you have to do is: > >make a text file (non executable) with, for example : >fun1() >{ >... >} > >xyz() >{ >... >} >.... and soon > >In your larger bash script, just havethe following : > >. <name of function text file> > >And that's it.
What he said: source your functions. Except I'd type out 'source' unless I was on the command line. Is there another anthony?--- I barely know shell. Anything deeper I'd use another language. -- Anthony Carrico
