Include

From KlavoWiki
Revision as of 00:21, 23 March 2009 by David (talk | contribs) (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')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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

source filename

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