This is a discussion on Want to know the Option within the Linux forums, part of the Operating Systems category; I want to add new contents to the end of an existing file.For doing this what is the operator ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
If you want another file say exforsys that needs to be added to the test file, use cat with the append (>>) operator in the following way:
cat exforsys >> test Using >> ensures any prior content of test is preserved. The content of exforsys is appended to test. |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Any Other Option | Rahulbatra | Linux | 2 | 04-29-2007 01:17 PM |
| Suggest a Option | Rahulbatra | Java | 1 | 02-02-2007 09:05 AM |
| Suggest Best Option | Ralph | SAP R/3 | 2 | 01-02-2007 08:24 AM |
| What is the Option | Angela | Shell Programming | 0 | 12-08-2006 02:50 AM |
| Compiler Options | encoder | COBOL | 0 | 05-07-2006 10:43 PM |