Search results

  1. D

    concatenating pdf files

    Is there an easy way to take several pdf's and concatenate them into a single file? (or several .ps files)?
  2. D

    'rm'ing locked files

    rm -f filename won't remove a file if it's locked, is there any way to get around this? Perhaps by logging in as root? If so, how do I get crontab to run a script as root instead of as me?
  3. D

    Shell scripts (as an alternative to applescript)

    Hi, I have a couple of questions, related to my ongoing quest to find the ultimate backup script. Basically, I want to set up a script to backup the files in my user space once a day. I used to use Applescript to do this, but it required me to actively execute the script every day, and now...
Back
Top