What does mkdir up2date; touch outdated up2date do?
Answers were Sorted based on User's Feedback
Answer / selva
mkdir up2date;
this command used to make a directory named up2date...
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / satish
mkdir will make new directory and touch will create 2 blank files here
| Is This Answer Correct ? | 2 Yes | 1 No |
Which command is used to delete all files in the current directory and all its sub-directories?
in UNIX,How to copy file into directory?
Explain command to show the space allocation of files?
what is the difference between pipe(|) and tee command..
what is Online(STM) and offline diagnostics in HP-UX?
If we want to see first 35 lines of a file which command we have to use?
Can you explain a little bit about command substitution?
In UNIX, what is the command to kill a process?
How to add content of one file into another file at the beginning
how many internal commands is there in UNIX?
How do I use grep to find a file?
What is rmdir command?