You make frequent use of a command \"myCommand\" that requies you to type in sev
ID: 3769306 • Letter: Y
Question
You make frequent use of a command "myCommand" that requies you to type in several lines of data from the keyboard.
You are getting tired of re-typing the same information over and over. You use a text editor to place the input data into a file named "interesting.txt".
Now you can run your command with that data by typing which of the following
interesting.txt > myCommand
interesting.txt | myCommand
cat interesting.txt | myCommand
myCommand < interesting.txt
interesting.txt > myCommand
interesting.txt | myCommand
cat interesting.txt | myCommand
myCommand < interesting.txt
Explanation / Answer
myCommand < interesting.txt
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.