ameter $@ to pass all arguments. The str_to_upper can be called in two ways. You can either supply the string in a script like this:
... ameter $@ to pass all arguments. The str_to_lower can be called in two ways. You can either supply the string in a script like this:
... "
return 1
;;
esac
echo $_FULL
}
To call the function months you can use either of the following methods.
month... go to a different media.
Of course this approach can be used by any scripts that share a common configuration to carry out a process. Here's an example. The followin
onstruct.
----
<
is less than, in ASCII alphabetical order
<code>
if [[ "$a" < "$b" ]]
if [ "... \< "$b" ]
</code>
Note that the "<" needs to be escaped within a [ ] construct.
----
>
is greater than, in ASCII alphabetical order
<code>
if [[ "$a" > "$b" ]]
if [ ... > "$b" ]
</code>
Note that the ">" needs to be escaped within a [ ] construct.
See Example 27-11 for