The UNIX and Linux Forums  
Hello and Welcome from to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 07-03-2007
xander xander is offline
Registered User
  
 

Join Date: Jun 2007
Posts: 25
this code is already working

can you please explain what do you wanna remove

because your code
Quote:
grep '903' -i user.txt | tail -2 | awk '{print $2}' | sed 's/B//g'
is alrady working to remove 'B'
so is there anything else you want to remove