Which of the following commands will NOT update the modify timestamp on the file /tmp/myfile.txt?
A. file /tmp/myfile.txt
B. echo "Hello" >/tmp/myfile.txt
C. sed -ie "s/1/2/" /tmp/myfile.txt
D. echo -n "Hello" >>/tmp/myfile.txt
E. touch /tmp/myfile.txt
Which of the following commands will NOT update the modify timestamp on the file /tmp/myfile.txt?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following commands will NOT update the modify timestamp on the file /tmp/myfile.txt?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!