![]() |
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 |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Counting the number of occurances of all characters (a-z) in a string | rsendhilmani | Shell Programming and Scripting | 5 | 08-05-2008 12:10 PM |
| Deleting the blank line in a file and counting the characters.... | rkumar28 | Shell Programming and Scripting | 4 | 04-17-2005 12:13 PM |
| Counting characters between comma's | dbrundrett | Shell Programming and Scripting | 2 | 03-19-2004 09:56 AM |
| Counting occurence of a coma | dbrundrett | Shell Programming and Scripting | 3 | 01-22-2004 05:40 PM |
| counting characters | plelie2 | Shell Programming and Scripting | 6 | 02-25-2003 01:38 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
counting the occurence of particular characters
I want to list the occurence of particular characters in a line. my file looks like this
a,b,c,d e,f,g h,y:e,g,y s f;g,s,w and I want to count how many commas are in each line so the file in the end looks like this: a,b,c,d 3 e,f,g 2 h,y:e,g,y s 3 f;g,s,w 2 I need the lines to stay in tact because at the end I need to be able to print the line with the greatest number of commas Thankyou in advance! |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|