Search Tutorials

The tutorials in this series are created using BASH version 4.1.10 on Ubuntu 12.04. Bash is the shell, or command language interpreter. It offers functionalities such as Command line editing, Unlimited size command history, Job Control, Shell Functions and Aliases, Indexed arrays of unlimited size, Integer arithmetic. Read more


About 23 results found.
  1. Instruction Sheet

Foss : BASH - English

Outline: Basics of Redirection (error handling) Input and Output in bash Redirection definition file descriptors(FD) Standard input Input redirection explained wi..

Intermediate

Foss : BASH - English

Outline: More on Redirection Redirection of both standard error and output using 'command &>filename' Redirection of both standard error and output using 'command >/dev/null 2>&1' Expl..

Intermediate

Foss : BASH - English

Outline: 'Here' document and 'Here' string Here document Illustration of Here document with 'wc -w' Here string Illustration of Here string with 'wc -w'

Intermediate