![]() |
|
|
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 |
| need help in grep | ali560045 | Shell Programming and Scripting | 7 | 10-15-2008 08:28 AM |
| MEM=`ps v $PPID| grep -i db2 | grep -v grep| awk '{ if ( $7 ~ " " ) { print 0 } else | hariza | Shell Programming and Scripting | 4 | 09-18-2008 03:56 AM |
| grep and fetching lines after grep | arghya_owen | Shell Programming and Scripting | 2 | 07-16-2008 08:25 AM |
| how to exclude the GREP command from GREP | yamsin789 | UNIX for Advanced & Expert Users | 2 | 10-05-2007 03:59 AM |
| Make grep -c display like grep -n? | Jerrad | Shell Programming and Scripting | 2 | 08-25-2006 01:20 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Awk/grep
Hi,
I have been trying to resolve this issue but no luck !....please suggest ! I need to grep or awk(which ever helps me best) a pattern from a list of 1000 files in a given dir but the pattern is a lil tricky: pattern : '"${ETL_VW_SCHEMA}"'.<my_table> The quotes are mandatory(both single and double) awk '/"{EDW_DB_SCHEMA}".WRKR/ || !/otable/&&/"{EDW_DB_SCHEMA}".WRKR/ || !/db-ter-load-data/&&/"{EDW_DB_SCHEMA}".WRKR/' <graph>.ksh Please suggest.. Anduzzi |
| Bookmarks |
| Tags |
| grep or |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|