A Linux user wants to use the grep command to identify every file name in the current directory that contains the word ג
Posted: Sat Jul 23, 2022 7:31 pm
A Linux user wants to use the grep command to identify every file name in the current directory that contains the word ג€mandatoryג€. Which of the following commands would BEST accomplish this?
A. grep ג€"d mandatory *
B. grep ג€"i mandatory *
C. grep mandatory file
D. grep mandatory *
A. grep ג€"d mandatory *
B. grep ג€"i mandatory *
C. grep mandatory file
D. grep mandatory *