![]() |
|
|
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 |
| Carreer:Networking Programming in Unix (C programming Language) | vibhory2j | UNIX for Dummies Questions & Answers | 5 | 09-05-2008 08:57 PM |
| shell programming in unix | nivas | Shell Programming and Scripting | 2 | 02-14-2008 01:44 AM |
| Check lists for Unix Shell Programming | srikanth_ksv | Shell Programming and Scripting | 2 | 08-08-2005 07:40 AM |
| Any recommended book on Unix & Shell Programming | endeavour1985 | UNIX for Dummies Questions & Answers | 7 | 01-28-2005 06:01 AM |
| good book for unix shell programming | ajaygodbole | Shell Programming and Scripting | 3 | 02-01-2002 09:49 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Shell Programming in unix
Hi,
i want to read a full file. If i want to split the file and by reading parralel each, i can save the time. Can any body give me the suggesion?? ia m using this function to read a file and using that i have to grep in another file. since the file 1 is huge it is taking lot of time. iam planning to split that and run parraley. suggesions pls read_file1() { cat file1.txt | while read line do grep $line file2.txt >> outputfile.dat done } |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|