![]() |
|
|
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 |
| substr of a file | davyp74 | UNIX for Dummies Questions & Answers | 3 | 11-07-2008 11:04 AM |
| awk or substr | ramky79 | UNIX for Dummies Questions & Answers | 3 | 03-13-2007 08:18 PM |
| Using substr | Klashxx | Shell Programming and Scripting | 2 | 05-08-2006 08:58 AM |
| How to use awk substr ? | sabercats | Shell Programming and Scripting | 1 | 02-10-2006 07:01 PM |
| awk substr? | MizzGail | Shell Programming and Scripting | 2 | 03-14-2003 01:50 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
substr of a file
.wysiwyg { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: #f5f5ff; PADDING-BOTTOM: 0px; MARGIN: 5px 10px 10px; FONT: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; COLOR: #000000; PADDING-TOP: 0px } .wysiwyg A:link { COLOR: #22229c } .wysiwyg_alink { COLOR: #22229c } .wysiwyg A:visited { COLOR: #22229c } .wysiwyg_avisited { COLOR: #22229c } .wysiwyg A:hover { COLOR: #ff4400 } .wysiwyg A:active { COLOR: #ff4400 } .wysiwyg_ahover { COLOR: #ff4400 } P { MARGIN: 0px } .inlineimg { VERTICAL-ALIGN: middle } Hi, i'm a newbie and i don't know unix...
I'm a dba oracle. I need to cat the content of a file like this: > ps -eaf|grep pmon oracle 221422 1 0 Sep 17 - 7:20 ora_pmon_ORCL oracle 405626 1 0 Sep 17 - 8:39 ora_pmon_ORCL1 oracle 491534 1 0 Sep 17 - 7:03 ora_pmon_ORCL2 oracle 495866 1 0 Sep 17 - 7:12 ora_pmon_ORCL3 and create a file with only this: ORCL ORCL1 ORCL2 ORCL3 Please help me. Tnx Davide |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|