bash

$a=df|grep vda1|awk ‘{print $5}’ Above is a typical error in Bash programming for bash newbies, especially for savvy programmers familiar with other languages but bash. There are two errors in […]

Bash function looks strange for people who are familiar with other programming languages such as C++, JAVA, etc. First, you seem to never see a bash function that has (formal) […]