Bash Escape Single Quote
Single quote may not occur between single quotes even when preceded by a backslash but this works.
Bash escape single quote. Echo im a linux admin output. Double quote and single quote are a syntax element that influence parsing. The syntax quotes are removed before the command is called. It is not related to the quote characters passed as text to the command line.
Echo hello world hello world see the quoting section in the bash man page near the end of the section. But when you need to represent those characters then it will require to remove the special meaning of those characters and it is done by quoting the character. Im a linux admin. In single quotes escaping single quote is not possible thus you cant include single quote into single quotes.
Bash escape quotes quoting is used to disable the special meaning of the special characters. Instead of single quotes use double quotes. Search for ansi c.