NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
Hi Michael, > EXP ^(........\...)d\.Z$ > PIPE > "uncompress | crx2rnx - > /tmp/file.1" The reason this won't work is that pqact doesn't invoke a Unix shell to handle your command, it just invokes the command "uncompress" and then hands it the string arguments "|", "crx2rnx", "-", ">", and "/tmp/file.1". A shell is required to do I/O redirection or pipes or filename expansions, so if you need these, you should put the command inside a shell script and invoke that from pqact instead. You can provide arguments to the shell script. --Russ _____________________________________________________________________ Russ Rew UCAR Unidata Program russ@xxxxxxxxxxxxxxxx http://www.unidata.ucar.edu/staff/russ
ldm-users
archives: