Bash intercepting wildcard in script
- by MrRoth
I am using Bash script to read line by line from a text file, which has special characters in it (regular expression). When I use echo "${SOME_VAR}" it does not display the text as is.
I am familiar with Prevent * to be expanded in the bash script.
How can I display and use the text as is?
UPDATE
The text (TSV) file holds tuples similar to (the…