![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| split rows | ahmedwaseem2000 | Shell Programming and Scripting | 5 | 06-02-2009 02:03 AM |
| db2 commit for every 50 rows | kmanivan82 | Shell Programming and Scripting | 0 | 02-19-2009 03:36 AM |
| Cat of rows | kalius88 | Shell Programming and Scripting | 5 | 01-18-2009 02:23 PM |
| Split a file with no pattern -- Split, Csplit, Awk | madhunk | UNIX for Dummies Questions & Answers | 10 | 12-17-2007 12:57 PM |
| Cut rows | obedkhan | HP-UX | 2 | 08-23-2006 10:36 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Split rows
Hi all, I need a simple bin/sh script FILE1: Code:
ab1 gegege swgdeyedg ac2 jxjjxjxjxxjxjx ad3 ae4 xjxjxj zhzhzh ahahs af5 sjsjsjs ssjsjsjsj sjsjsj ag6 shshshshs sjjssj shhshshs myScript.sh has to return: Code:
ROW ab1 ROW ac2 ROW ad3 ROW ae4 In other words: "ROW " + the first world of the first 4 lines Thanks RIccardo |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|