Kris Marsh wrote: > Dump your mysql output to a file, and then use $(cat file) in place of > where your wildcard/files would be. > This all sounds very over the top to me... I would appreciate it if the requirement was outlined somewhat more clearly... from what I've read, it seems that "find" would adequately work as a command to pipe into whatever script it is that requires the files...
ie. whatever.shl < `find . -name '*wildcard*' -print` or... find . -name '*wildcard*' -print | process_archive.shl ...or similar... Sean -- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.kubuntu.org/UKTeam/