![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| word count wc | chaandana | UNIX for Dummies Questions & Answers | 5 | 05-05-2009 10:47 AM |
| search& count for the occurence of a word | skoppana | UNIX for Dummies Questions & Answers | 1 | 11-09-2007 05:07 PM |
| Word count problem | ssmith001 | UNIX for Dummies Questions & Answers | 1 | 01-02-2007 01:21 PM |
| count word | ariuscy | UNIX for Dummies Questions & Answers | 1 | 10-13-2005 12:36 AM |
| How do I count # of char. in a word? | xadamz23 | Shell Programming and Scripting | 9 | 11-12-2003 12:19 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
hi iam trying to do a specified word count on file
called text i have a few ideas but don't get the result i want do any one have a idea please help i have this at the moment cat text echo "Please enter the word you are looking for:" read string echo "the word < $string > occurs in the following lines of file < $1 >:" grep $string $1 echo echo "press ENTER to continue" read key |
![]() |
| Bookmarks |
| Tags |
| awk, perl |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|