I'd like to create a "shell script" that ease and simplify the use of "Sort" command.
Well my shell script should cover the use of " -b -d -f -n -r "options.
also my script should do the following:
-allows both relative and absolute pathname arguments
-process either filename arguments or standard input
-allows a list of filename and filename wildcards
-allows output to be redirected
P.S I'm on a SunOs system.
thanks in advance!