Search notes:

Bash: quoting

Ansi c quoting

$'...' allows ansi c quoting and therefore to print new lines or the representation of hexadecimal values:
echo $'one\ntwo\nthree\n\n'
#
# one
# two
# three

echo $'Hello Ren\xc3\xa9'
#
# Hello René
Github repository about-Bash, path: /quoting/ansi-c

See also

bash

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/sh...', 1738291417, '18.190.239.38', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/shell/bash/quoting/index(52): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78