X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=uY YWqUaUd7izGkxWKhE3Ku7+bf15Boq0QKVAFS2YrCxbfWUMrK9xbMq1FQ7DwvuKZq YDAQZrndEDSx3S4cuGyw4GLvs/tOcTDr3Ar4J33nLtlcCDzU8IbZdFnYkMahpFRw BodFu8DpIjjpwSN0X30CBdE+crMcgXycBt06SYGdY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=Mr47kqP4 G8vMsINMdnR3MSFfIb8=; b=uYu1We7fGdlDKQDPzIKjFMcB31fN1ZFXvxbAMpdG QjqQGOmZ2dBAlt2nKtS8j01OA80iBHzHYeqOqK74/7NpPJM/f0Livj/cqy7C8FsZ TC6wRikymbxDHekxE33f12awHO4BRG5knVAmIMiFNDmJBKF689KWezRfm41GL0Wr dwE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f169.google.com MIME-Version: 1.0 X-Received: by 10.66.121.200 with SMTP id lm8mr20587656pab.7.1391968259751; Sun, 09 Feb 2014 09:50:59 -0800 (PST) In-Reply-To: <52F7B9A3.305@mail.com> References: <52F796A3 DOT 5090400 AT mail DOT com> <52F7B9A3 DOT 305 AT mail DOT com> Date: Sun, 9 Feb 2014 11:50:59 -0600 Message-ID: Subject: Re: PID & WINPID From: Steven Penny To: Andrey Repin Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes On Sun, Feb 9, 2014 at 11:23 AM, Todd Poole wrote: > $ ps -p myprogram You cannot use "ps -p ". As is clearly shown, "-p" is expecting a process id, which is a number. -p, --process show information for specified PID -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple