how to remove from a directory in bash code example Example 1: remove directory and contents rm -R directory Example 2: remove full dir rm -r mydir