The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Calling on function from file??
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Calling on function from file??
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
08-24-2008
era
Herder of Useless Cats (On Sabbatical)
Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 3,652
As an aside,
function
is a Bashism. The
POSIX
way to declare a function is
Code:
func () { body of function; }
I care because it bit me when I switched shells (or rather, Ubuntu switched shells on me).
era
View Public Profile
Visit era's homepage!
Find all posts by era
Find era's past nominations received
Find era's present nominations given