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 -->
#
1
(
permalink
)
08-22-2008
douknownam
Registered User
Join Date: May 2004
Posts: 35
Calling on function from file??
This may sounds dumb, but can I call on a function from a file? For example, I have a function file full of functions like below (no shell designation):
Code:
func { echo "blah blah blah 1" } func2 { echo "blah blah blah 2" } func3 { echo "blah blah blah 3" }
Am I able to call on any one of these specific functions from another script? If so, how? TIA
douknownam
View Public Profile
Find all posts by douknownam
Find douknownam's past nominations received
Find douknownam's present nominations given