![]() |
|
|
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 |
| awk script, find pattern | lulle | UNIX for Advanced & Expert Users | 3 | 06-04-2008 04:20 AM |
| Count of matched pattern occurance | palash2k | UNIX for Dummies Questions & Answers | 3 | 04-24-2008 04:33 PM |
| perl - how do i find out if a file doesn't contain a pattern? | mjays | Shell Programming and Scripting | 4 | 09-19-2007 07:28 AM |
| SED: match pattern & delete matched lines | not4google | Shell Programming and Scripting | 7 | 11-22-2006 09:58 AM |
| appending with sed based on matched pattern | jack1981 | Shell Programming and Scripting | 2 | 07-20-2006 07:54 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi all,
I just learnt Perl and I encountered a problem in my current project. For a verilog file, i am required to write a PERL script that could match pattern to output nitrolink and nitropack. I wont know what name to grep except the pattern below. the verilog file: nitrolink nitrolink ( .trans_clk trans_clk_mux ), .resetb resetb_mux ), .app app_b ), ); nitropack nitropack ( .trans_clk trans_clk_mux ), .reseta reseta_mux ), .app app_a ), .data data_a ), ); I really need your help for whoever know how to solve this problem. Thank you! |
|
|||||
|
Here's an excellent article on perl's grep, you can find many other resources in google.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|