See the sample shell script line below. I found a way to supply multiple file
names and file names containing wildcards without having to double-quote the
entire set. My apologies if this seems elementary to those of you with
experienced Linux/Unix skills. I haven't had much need to write that many
shell scripts, so I have to learn as I go.
> either Ubuntu or Redhat.
>
> [Update] Found an easy way to allow wildcards in the filename or multiple
> filename arguments.
>
> ===
> #!/usr/bin/bash
> mate-terminal --hide-menubar -- e $@