PrepAway - Latest Free Exam Questions & Answers

Which of the following commands will replace every instance of the word list with LIST from the file myfile.tx

Which of the following commands will replace every instance of the word list with LIST from the file myfile.txt and print the results on the screen?

PrepAway - Latest Free Exam Questions & Answers

A.
sed –in-place -e "s/list/LIST/" myfile.txt

B.
sed -e "s/list/LIST/" myfile.txt

C.
sed –in-place -e "/list/LIST/" myfile.txt

D.
sed -e "/list/LIST/" myfile.txt

2 Comments on “Which of the following commands will replace every instance of the word list with LIST from the file myfile.tx


Leave a Reply