Jump to content

User:Gymnogyps/bash versioning

From Wikipedia, the free encyclopedia


The goal of this page is to develop some wikipedia editing skills and possible improve the bash (Unix shell) article with a consice versioning information section.

The current text concerning Bash versioning:


Bash supports here documents just as the Bourne shell always has. However, since version 2.05b Bash can redirect standard input (stdin) from a "here string" using the <<< operator.

Bash 3.0 supports in-process regular expression matching using a syntax reminiscent of Perl.[1]

Bash 4.0 supports associative arrays [2] allowing faked support for multi-dimensional arrays, in a similar way to awk:


[edit]

Wikipedia Editing Cheatsheet
Wiki Markup

condor (talk) 18:07, 30 December 2010 (UTC)

  1. ^ The syntax matches that shown on the regex(7) man page.
  2. ^ Cite error: The named reference GNUBASHREF was invoked but never defined (see the help page).