How to add content of one file into another file at the beginning
Answers were Sorted based on User's Feedback
Answer / durgesh srivastava
if file1 conation go on file2 .............
cat file1 >> file2
| Is This Answer Correct ? | 6 Yes | 13 No |
Which command is used to delete all files in the current directory and all its sub-directories?
How do you find out all processes that are currently running in UNIX OS?
Is ‘du’ a command? If so, what is its use?
Write a command to kill the last background job?
What is grep short for?
What is awk used for?
Give command that will make the file "run.sh" executable?
How do you change file permissions?
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 is the advaantage of each user having its own copy of the shell?
0 Answers BMC, CNS, DELL, Infosys,
How to find $ai_serual resolved path by using unix
How do you repeat a command in terminal?