Bash Hackers Wiki: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
(rough draft)
 
m (Text replace - "(recentchanges|wikinode)_URL" to "$1 URL")
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Wiki
{{Wiki
|wiki_name=Bash Hackers Wiki
|name=Bash Hackers Wiki
|wiki_URL=http://wiki.bash-hackers.org/
|URL=http://wiki.bash-hackers.org/
|wiki_logo=http://wiki.bash-hackers.org/lib/images/info.png
|logo=http://wiki.bash-hackers.org/lib/images/info.png
|wiki_recentchanges_URL=http://wiki.bash-hackers.org/start?do=recent
|recentchanges URL=http://wiki.bash-hackers.org/start?do=recent
|wiki_wikinode_URL=No
|wikinode URL=No
|wiki_status=Active
|status=Active
|wiki_language=English
|language=English
|wiki_editmode=ConfirmEmail
|editmode=ConfirmEmail
|wiki_engine=DokuWiki
|engine=DokuWiki
|wiki_maintopic=programming
|maintopic=programming
}}
}}
The Bash progamming language is surprisingly flexible.
The Bash progamming language is surprisingly flexible.

Latest revision as of 22:07, 4 April 2012

http://wiki.bash-hackers.org/lib/images/info.png Bash Hackers Wiki
Recent changes
[No WikiNode]
[No About]
[No Mobile URL]
Founded by:
Status: Active
Language: English
Edit mode: ConfirmEmail
Wiki engine: DokuWiki
Wiki license: [[:Category:Wiki {{{license}}}|{{{license}}}]]
Main topic: programming

The Bash progamming language is surprisingly flexible.

"The Bash-Hackers Wiki is intended to hold documentations of any kind about the GNU Bash. The main motivation was to provide human-readable documentation and information to not force users to read every bit of the Bash manpage - which is hard sometimes. However, these docs here are not meant as newbie tutorial."

This wiki has many how-to pages with specific code showing how to do many common tasks with Bash scripts -- using getopts, Debugging a script, Lock your script (against parallel run), tips for making portable scripts, system administration, etc.

Related wiki: