![]() |
|
|
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 |
| ssh session hangs | chaandana | UNIX for Advanced & Expert Users | 3 | 05-02-2008 12:27 PM |
| AIX hangs on boot | drchris | AIX | 6 | 01-11-2008 08:24 AM |
| ssh + clearcase hangs | sunilav | UNIX for Advanced & Expert Users | 2 | 05-03-2007 06:53 PM |
| sendmail -q hangs | chaandana | UNIX for Advanced & Expert Users | 5 | 10-06-2005 08:38 PM |
| AIX Hangs | vipin77 | AIX | 5 | 07-22-2005 09:54 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Grep hangs
Running it on SunOS 5.9 Generic_117171-09 sun4u sparc SUNW,Sun-Fire-V440
The grep will hang if ERRORS.txt file > 100 lines Thanks ERRORS=./ERRORS.txt EXCLUDEERRORFILE=./excludeERR.txt cat $ERRORS | while read ERROR_LINE do echo +++ $ERROR_LINE cat $EXCLUDEERRORFILE | while read EXCLUDE_LINE do EXCLUDE_LINE=1 print $ERROR_LINE |grep "$EXCLUDE_LINE" continue 2 done echo here done |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|