Hello,
I am trying to write a shell script which will have the following:
1. arguments like:
-h, -- help, -v, --version, -V, --Verbose, -o filename, --output=filename
-s searchphrase, --search=searchphrase, -f format, --format=format
2. a default usage where a user runs a search phrase where the output should go to standard output or stdout.
I have very less experience in shell scripting and I am still learning,
so was wondering if anybody here could help me out or examples as to how I could accomplish this......
Thanks