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 |
The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
What do chown command do?
What is FIND, GREP and SED ? Could you please give me the difference between all the three? Where we use this commnands?
How do you repeat a command in terminal?
How do I use grep to find a file?
hw will u use awk in replacing cahrs and files
What is grep r?
in unix echo is used for
10 Answers BFL, BirlaSoft, Patni,
Which command is used to restrict incoming messages?
What is awk good for?
what does a process mean?
write grep commands to select the lines that have exactly two characters