Use external functions/modules in korn shell (ksh) 2007-08-07
Posted by claudio in Uncategorized.Tags: functions, ksh, modules, Programming, script, Shell, UNIX
1 comment so far
The korn shell is a great shell to write shell scripts. Some functionalities are really nice. By example, you can write your functions or modules in a separate file and use it within your program. The secret lies in the FPATH environment variable. (more…)