Search results

  1. G

    And now, the disappearing mouse!

    Yup, I've got it too and I've seen others mention it. I see it in Eudora a lot, but I can often get it to come back after a little bit.
  2. G

    Program to delete locked, Trashed files

    The simplest way is: cat > new_file_name Then paste in your text. Press control-D on a blank line to finish. If you want to edit anything on a previous line, though, you're out of luck. You'll have to use a real editor for that.
  3. G

    where's my head?

    Yup, that must be it. Now to find the original copy of head....
  4. G

    where's my head?

    This is the first unix system I've been on that doesn't have the standard 'head' command to view the top of a file. Instead, the head command on OS X does an HTTP head request. Is there some other head-like binary, or do I need to roll my own?
Back
Top