The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 05-14-2008
ozvena ozvena is offline
Registered User
 

Join Date: Jun 2005
Posts: 6
No, there is not. Even if there is it should work as Socket has spaces around in B.tmp file:


Code:
$ LINE=" Socket "
$ grep -c $LINE B.tmp
$ 3
Reply With Quote