Oct 06 2017 Sed Basics By abernal Samples Find and replace string in file sed -i 's/original/new/g' file.txtsedlinux
May 03 2017 Bash special parameters By abernal The shell treats several parameters specially. These parameters may only be referenced; assignment to them is not allowed. * ($*)linux