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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 02-11-2009
Whiteboard's Avatar
Whiteboard Whiteboard is offline
Registered User
  
 

Join Date: Feb 2009
Location: @........
Posts: 111
Hope this should help you or else would give u an idea on how to proceed...

echo "one two three four" | cut -d " " -f3-
three four

Please correct me if i understood ur problem in a wrong way.... Also give some sample i/p and o/p so that it will be easy to work on it....