Miscellaneous ASH Features: Difference between revisions
Jump to navigation
Jump to search
imported>StDoodle |
imported>StDoodle mNo edit summary |
||
Line 12: | Line 12: | ||
For help when things go wrong, please see the page on [[ASH Errors]]. | For help when things go wrong, please see the page on [[ASH Errors]]. | ||
==A little CLI help== | |||
Two CLI commands are of great use to ASH scripters: | |||
* [[ashref]] allows one to get a list of ASH functions | |||
* [[ash (CLI)|ash]] or [[ash (CLI)|ashq]] allows one to run ASH directly on the CLI. |
Revision as of 12:10, 13 April 2010
Special Syntax Functions
Comments
Adding Comments to your code can make it much easier to maintain, and helps other users understand what's going on.
Errors
For help when things go wrong, please see the page on ASH Errors.
A little CLI help
Two CLI commands are of great use to ASH scripters: