QuestionQ16
Essential CommandsWhich of the following commands does not update the modification timestamp of /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
Community Discussion