Bash Quoting
Contents
ANSI Quoting
If a string is quoted within $'...', then it expands to a string with backslash-escaped characters translated per C ANSI escape sequences.
Contents
If a string is quoted within $'...', then it expands to a string with backslash-escaped characters translated per C ANSI escape sequences.