![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to use sed modify specific lines | Jenny.palmy | UNIX for Dummies Questions & Answers | 5 | 05-18-2008 03:17 AM |
| Printing Dots in specific Locations in the Console ? | Max_Payne | High Level Programming | 0 | 01-12-2008 08:57 PM |
| Printing specified lines only | Mohit623 | Shell Programming and Scripting | 4 | 01-03-2008 04:55 AM |
| viewing specific lines | dakid | UNIX for Dummies Questions & Answers | 3 | 05-25-2006 12:25 AM |
| Inserting specific lines in vi | giannicello | UNIX for Dummies Questions & Answers | 2 | 05-01-2002 05:10 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Printing lines with specific awk NF
I have this files:
./frm/lf_mt1_cd.Ic_cell_template.attr ./die/addgen_tb_pumd.Ic_cell_template.attr ./min_m1_n.Ic_cell_template.attr When I use: awk -F\/ '{print NF}' Would result to: 3 3 2 I would like to list the files with 3 fields on it. Any Suggestions? |
| Forum Sponsor | ||
|
|