Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: control character in init.ora
It's not vi, but this should give you the number of any lines which contain
control characters:
grep -n "[:cntrl:]" bin/ksh_doskey | cut -d: -f 1
> -----Original Message-----
> From: Linda Wang [mailto:lwang_at_messagemedia.com]
> Sent: 10 July, 2000 11:27 AM
> To: Multiple recipients of list ORACLE-L
> Subject: control character in init.ora
>
>
> When I used vi to edit init.ora, I acciedently saved control character
> in it. What is the vi command to find is there a control
> character in
> the file right after the editing?
>
>
> Thanks.
> Linda
> --
> Author: Linda Wang
> INET: lwang_at_messagemedia.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Mon Jul 10 2000 - 13:34:07 CDT