Sign In/My Account | View Cart  

advertisement

AddThis Social Bookmark Button

Article:
  Unix Gems for Mac OS X
Subject:   Listing displays command
Date:   2004-07-07 09:42:37
From:   tshubitz
In paragraph two on page two there is an error with how to list currently running displays. Instead of the mentioned Ctrl-a, type Ctrl-a " (that's a double-quote, you'll need to hit Shift-' [single quote]). Anyway. Rock on folks.


- tim

Full Threads Oldest First

Showing messages 1 through 2 of 2.

  • Listing displays command
    2004-07-08 05:08:50  larryprall [View]

    At least on my Mac, (10.3.4), the logger.py script requires a slight modification. The output of the ps command begins with a space, so I had to change 'print lineRec[1]' to 'print lineRec[2]'.
    • Listing displays command
      2004-07-08 05:12:25  larryprall [View]

      Whoops! Never mind. Brain cramp.