Differences between revisions 20 and 21
Revision 20 as of 2013-01-05 03:42:38
Size: 311
Editor: cpe-70-123-201-24
Comment:
Revision 21 as of 2013-03-18 18:07:40
Size: 307
Editor: 12
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Bash does not have any native way to use templates. However, depending your actually goals may just evaluating the file with an new bash or shell instance could do the trick. Bash does not have any native way to use templates. However, depending on your actual goals, just evaluating the file with a new bash or shell instance could do the trick.
Line 5: Line 5:
However, this is discussed on the
[[TemplateFiles]]-Page
This is further discussed on the
[[TemplateFiles]] page

Can I use something like templates with bash?

Bash does not have any native way to use templates. However, depending on your actual goals, just evaluating the file with a new bash or shell instance could do the trick.

This is further discussed on the TemplateFiles page

BashFAQ/110 (last edited 2021-09-30 00:41:01 by emanuele6)