Hapus huruf di string bash
echo "Hello world" | tr -d o
Annoying Armadillo
echo "Hello world" | tr -d o
FOO=${FOO//$WORDTOREMOVE/}