Bash Scripting - Text Processing in Scripts
Which of the following is the correct way to use a here string to pass the text
example to the grep command?example to the grep command?<<<. grep 'ex' <<< example lacks quotes, which can cause errors if the string contains spaces or special characters. Options C and D use incorrect redirection operators.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions