Include: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(Created page with 'In BASH programming; If you want to include a file: <pre> source filename </pre> The file name can be path/filename ./filename or just filename. Category : BASH')
 
(No difference)

Latest revision as of 00:21, 23 March 2009

In BASH programming; If you want to include a file:

source filename

The file name can be path/filename ./filename or just filename.