Re: joining word/ lines in a file

2002-05-28 Thread Steven Lembark
-- Jared Still <[EMAIL PROTECTED]> > If isn't perfect. An 'and' at the end of the line will be joined with > the beginning of the next line, which is not right. Don't strip the newlines, replace them with white space: perl -e 'undef $/; ($a=) =~ s/\n+/ /g; print $a' \ [file [fil

RE: joining word/ lines in a file

2002-05-28 Thread Suhen Pather
Hey this is a not a trick question, without buying the books listed below is there a way using the std awk, sed, tr *nix utilities. Suhen > Flex, Bison & some programming will probably do the trick. > There is a nice O'Reilly book dealing with Lex & Yacc wnd even > nice

RE: joining word/ lines in a file

2002-05-28 Thread Steven Lembark
-- Suhen Pather <[EMAIL PROTECTED]> > Hey this is a not a trick question, without buying the books > listed below is there a way using the std awk, sed, tr *nix > utilities. Perl is going to be the simplest since it has a regex for whitespace and you can easily change the input rec

Mid level Oracle DBA position Available in 1800flowers.com

2002-05-28 Thread Arun Chakrapani
Hi, Sorry to be posting this mail here, There is a mid level Oracle dba Full Time position available here in 1800Flowers.com,If any one of u are interested please send me your resume,I can forward it to my Director or if you can mail it directly mail it to [EMAIL PROTECTED] We are pure OLTP and su

get_file_name built-in of forms for web

2002-05-28 Thread ALEMU Abiy
Hi Friends Did someone succeed to implement the get_file_name built-in of forms using a javabean with the wrapper class as suggested by Oracle at Metalink (Note:74140.1) ? When I try to compile it, I've got the following error : MyDialog.java:4: Public class FDialog must

Re: what if recovery catalog is lost?

2002-05-28 Thread Alexandre Gorbatchev
Ruth, Do you know if it's possible to make backup of recovery catalog using export/import? Regards, Alexandre - Original Message - To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]> Sent: Tuesday, May 28, 2002 6:08 PM > I have put my recovery catalog database in archivelog

RE: joining word/ lines in a file

2002-05-28 Thread Suhen Pather
Thanks Steven, Jared for the ideas. Regards Suhen > -- Suhen Pather <[EMAIL PROTECTED]> > > > Hey this is a not a trick question, without buying the books > > listed below is there a way using the std awk, sed, tr *nix > > utilities. > > Perl is going

<    1   2