bash

Using braces in bash

Another great bash tip from Deadman.org | Advancing in the Bash shell: Everyone has done one of the following to make a quick backup of a file: $ cp filename filename-old $ cp filename-old filename These seem fairly...