# echo "This example will pick next word as well" | /usr/sfw/bin/ggrep -o -E -- "next \w+"
next word
Note: This example is good for Solaris system. For any other system, may be a GNU grep will produce same output!!!
DISCLAIMER: Please note that blog owner takes no responsibility of any kind for any type of data loss or damage by trying any of the command/method mentioned in this blog.
You may use the commands/method/scripts on your own responsibility.
If you find something useful, a comment would be appreciated to let other viewers also know that the solution/method work(ed) for you.
Note: The blog is best viewed with 1680x1050 pixel settings.
# echo "This example will pick next word as well" | /usr/sfw/bin/ggrep -o -E -- "next \w+"
next word
No comments:
Post a Comment