From owner-freebsd-questions Sun Mar 9 2:18:54 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B52C137B401 for ; Sun, 9 Mar 2003 02:18:53 -0800 (PST) Received: from mobile.webweaving.org (host066-064.kpn-gprs.nl [62.133.66.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BA6643F3F for ; Sun, 9 Mar 2003 02:18:07 -0800 (PST) (envelope-from dirkx@webweaving.org) Received: from localhost (localhost [127.0.0.1]) by mobile.webweaving.org (8.12.7/8.12.2) with ESMTP id h2995daj000864; Sun, 9 Mar 2003 10:05:39 +0100 (CET) Date: Sun, 9 Mar 2003 10:05:39 +0100 (CET) From: Dirk-Willem van Gulik To: Gerard Samuel Cc: FreeBSD Questions Subject: Re: Screen Shots In-Reply-To: <3E680CBD.70005@trini0.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 6 Mar 2003, Gerard Samuel wrote: > For the life of me, I cannot remember the command line program to take > screen shots. > Its been a while. > If someone could remind me with a man page would be great. xwd -root or xwd -id /-name window (xev to get one easily) xwdtopnm | ... cjpeg/pnmtopng etc.. Dw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message