Valid 350-201 Dumps shared by ExamDiscuss.com for Helping Passing 350-201 Exam! ExamDiscuss.com now offer the newest 350-201 exam dumps, the ExamDiscuss.com 350-201 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 350-201 dumps with Test Engine here:
Which bash command will print all lines from the "colors.txt" file containing the non case-sensitive pattern "Yellow"?
Correct Answer: A
The bash command grep -i "yellow" colors.txt will print all lines from the "colors.txt" file containing the non case-sensitive pattern "Yellow". The -i option in the grep command is used to ignore case distinctions in both the pattern and the input files, allowing it to match both "Yellow", "yellow", "YELLOW", etc.