I would like to be able to start a background job using & without it displaying a pid, and when I exit, I would like for it to not tell me "jobs are still running."
Does anyone know how to do this?
Thanks in advance for your assistance!
We are trying to delete files 14 days and older from a directory that contains a lot of files. We have been using the following:
find /logs -mtime +14 -type f -exec rm {} \;
This returns an error that the "list is too long."
Does anyone know of another way to do this?
Thanks!
We are trying to send pre-formatted PCL code to a canon imagerunner 5000 from aix. We have a Wallace script that meerges the text with the PCL codes using Jetform/PrintMerge. Has anyone successfully done this before? and if so how did you define the print queue?
I have tried many, many...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.