Is below the respectively before and after using quotes and single quotes in encase a string of writing is what purpose...
CodePudding user response:
Single quotation marks to tell you there is the actual input
The double quotation marks is part of the input content
Single and double quotes nested use, is to prevent you confuse what is the input and should not enter
Such as' bash - c "help set" '
Allows you to enter a bash - c "help set"
CodePudding user response: