What Is the command to change a file's creation time. means
one file is created at the time 15:19 then time should br
changed to 14:14
Answer Posted / jin
touch -d '14:14' emp.lst
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is the difference between grep and grep?
Write a command to kill the last background job?
Why is shebang used?
What is the size of time_t?
What is the first character of the output in ls l command?
What does the command '$ls | wc –l > file1' do?
How to display no of records in oracle using unix command?
What does 'mkdir' command do in UNIX?
Who invented grep?
Explain command to display different lines that are found when compare two files?
What does this command do,"$more readme.txt“?
What is grep command in unix with examples?
What does pipe () return?
What does the metacharacter mean?
What does #!/ Bin sh do?