>>>>> "Aiza" == Aiza  <aiz...@comclark.com> writes:

Aiza> This is the output. want to build list only containing file names
Aiza> prefixed with job. Putting " " around the value on the command
Aiza> line worked. But before this can go to production will have to fix
Aiza> the code so no " " on the command value.

You can't fix your script to do that.  The expansion of '*' is a
function of the shell before it even gets to your script.  So this is
not possible.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<mer...@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to