ExamGecko
Question list
Search
Search

Question 153 - 101-500 discussion

Report
Export

Which of the following command lines creates or, in case it already exists, overwrites a file called data with the output of ls?

A.
ls 3> data
Answers
A.
ls 3> data
B.
ls >& data
Answers
B.
ls >& data
C.
ls > data
Answers
C.
ls > data
D.
ls >> data
Answers
D.
ls >> data
Suggested answer: C
asked 18/09/2024
ACHILLE CARROLL
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first