![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| select a portion of a file into a CSV | anju | Shell Programming and Scripting | 8 | 02-28-2008 01:50 AM |
| extract date portion from file | misenkiser | Shell Programming and Scripting | 5 | 10-06-2006 06:37 AM |
| extract a portion of log file | chandra004 | Shell Programming and Scripting | 8 | 08-03-2006 09:20 PM |
| display a portion of lines from file | champion | UNIX for Dummies Questions & Answers | 6 | 09-20-2005 12:11 PM |
| remove portion of file | methos | Shell Programming and Scripting | 13 | 08-16-2002 10:26 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Delete Portion of a file
hi i would like to know whether i can delete a part of a file in C
for eg. if my file contained 1234567890 and i want to delete 456 so that it becomes 1237890 is there a way i can do this. well, one way i can achieve this is by creating a new file, copy whatever i want, then delete the old file and rename the new file with the name of the old file. but i was wondering whether it can be done in directly, i.e. without doing any copies. plz help regards Edit/Delete Message |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|