![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Page feed in Troff | dpmore | UNIX for Dummies Questions & Answers | 2 | 05-18-2008 04:22 AM |
| Three feed plugins for WordPress | iBot | UNIX and Linux RSS News | 0 | 04-07-2008 04:40 AM |
| S-231: Adobe Form Designer and Form Client Vulnerabilities | iBot | Security Advisories (RSS) | 0 | 03-27-2008 10:10 AM |
| Disable form feed on a serial printer connected to Sco OpenServer | scoman2 | UNIX for Dummies Questions & Answers | 0 | 06-28-2005 12:25 PM |
| Changing Unix form to Microsoft Word form to be able to email it to someone. | Cheraunm | UNIX for Advanced & Expert Users | 8 | 05-24-2002 03:58 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Form Feed...
Hi,
I've a text file that has a formfeed character at the beginning. I want to get rid of this formfeed character using sed. But I don't know how to specify the formfeed character. I've tried \014 (octal for formfeed), \f but still not works. Regards, Johnny |
|
|||||
|
There've been quite a few posts on removing control characters.
Here's a couple: Removing carriage return characters from file getting rid of control characters |
|
||||
|
Hi, oombera,
Thanks for the information. Actually I use ORACLE SQLPLUS to generate a text file with form feeds before each page (including the 1st page). So I want to get rid of the FIRST formfeed so as not to waste a piece of paper. I try to use sed with a command 1s/\f// but does not work. Regards, Johnny |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|