Bash Scripting - Text Processing in Scripts
Identify the error in this command:
grep 'pattern' <<
grep 'pattern' <<
<<< is used correctly; words after it are not subject to word splitting or pathname expansion.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions