I want to add this command grep -co \'\\b5\\b\' $INFILE in a bash script. The problem is that instead of 5 i want to use a variable in its place so i write:
Use " instead of ' to allow expansion of your $L variable.
"
'
$L