their is a file1,file2 and i want to append file1 data to
file2?
Answers were Sorted based on User's Feedback
Answer / sruthi
say your file1 name is demo.txt & ur file2 name is demo2.txt
if u wann to append data of demo.txt to demo1.txt
then open demo1.txt in vi mode
then in exe mode give :r demo.txt
then the data will be appended
| Is This Answer Correct ? | 4 Yes | 11 No |
distinguish between interrupts and exceptions?
What is the behavioural difference between cmp and diff commands?
How do I run a whois command?
which command is used to change group?
which command is used to stop a running process in unix?
What is an Environment Variable?
What do chmod, chown, chgrp commands do?
Sorry to all Technical person for mistake of Question. Now i am post currect question Why copied file permission is changed in destination. When i give all permission i.e 777 to file and copy that to other location in destination the permission is 755. But if give permission 555 in destination that file permission is 555 and if give permission 444 to file after copy in destination the file permission is 444. These all are happening in normal user. How the umask value is calculate here really i am not understand. Please write the proper answer. Thanks in Advance
What is ‘ps’ command for?
Explain iostat, vmstat and netstat.
How can i know my Filesystem and its current usage in my prod UNIX system?
How do you find which version and name of unix you are using at the command prompt?