You can use $(wildcard *.xyz) to get all files with extension xyz. For more complicated constructs look at $(shell ) function, which allows you to capture the output of any shell command (or shell script).
- Murali _______________________________________________ help-gnu-utils mailing list help-gnu-utils@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-utils