Help:Contents: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 6: | Line 6: | ||
quotes, e.g. ''' 'module help' '''. |
quotes, e.g. ''' 'module help' '''. |
||
⚫ | |||
== Command line commands (CLC) == |
=== Command line commands (CLC) === |
||
All command line commands are given in boxes, e.g. |
All command line commands are given in boxes, e.g. |
||
<pre>$ echo "hello" </pre> |
<pre>$ echo "hello" </pre> |
||
Line 14: | Line 15: | ||
== Abbreviations == |
=== Abbreviations === |
||
A list of abbreviations used by this wiki can be found [[Wiki abbreviations|here]]. |
A list of abbreviations used by this wiki can be found [[Wiki abbreviations|here]]. |
||
== Guidelines for Wiki articles == |
=== Guidelines for Wiki articles === |
||
Best practice guides of: |
Best practice guides of: |
||
* software packages should be based on the [[Software_skeleton-page|software template page]]. |
* software packages should be based on the [[Software_skeleton-page|software template page]]. |
||
⚫ |
Revision as of 13:47, 21 July 2014
Using SEARCH
You can search for expressions and words by using the SEARCH tool in the upper left corner. If you are search for phrases or word groups, make sure to put the phrase or word group in quotes, e.g. 'module help' .
About this Wiki
Command line commands (CLC)
All command line commands are given in boxes, e.g.
$ echo "hello"
The beginning of a command is indicated by $ and must not be included when copy & paste to your own SSH session.
Abbreviations
A list of abbreviations used by this wiki can be found here.
Guidelines for Wiki articles
Best practice guides of:
- software packages should be based on the software template page.