|
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....
|