asked 132k views
3 votes
A pair of single quotes ( ‘ ) will prevent the shell from interpreting any metacharacter.

True or False?

1 Answer

4 votes

Answer: True

Step-by-step explanation:

In Linux, a single quote around a string will prevent the shell from interpreting any metacharacter.

answered
User Rob Kovacs
by
8.4k points