June 2017
Beginner
502 pages
11h 26m
English
This is a quoted string expansion, and it is used to expand escaped octal or hex values in Unicode or ASCII:
zarrelli:~$ x=$'\110\145\154\154\157' ; echo "$x"Hello
We just concatenated some escaped octal values to get a nice and welcoming ASCII string assigned to the variable x.
Read now
Unlock full access