Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Dependencies

José Luis Cruz edited this page Dec 15, 2016 · 10 revisions

Bash

Version >= 4 (bash4, bashchanges) features used:

  • declare -A associative arrays
  • ;;& case terminator
  • [[ ]] double squared brackets conditionals
  • == double equal test operators

Features avoided:

  • &>> (equiv. to >>FILE 2>&1) (see issue #14)

grep

With support for PCRE (-P / --perl-regexp argument).

Dependency problems: [INC01]

It may be possible to substitute this requirement by using awk.

coreutils

Commands used:

  • cat
  • cut
  • dirname
  • env
  • head
  • readlink
  • touch
  • tr
  • uniq
  • wc

awk

Old compatible awk syntax is used. [Needs to be verfied]

sed

No special version needed. [Needs to be verfied]

Wiki Table of Contents

Clone this wiki locally