X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <837htnb94w.fsf@gmail.com> References: <742340 DOT 79130 DOT qm AT web30808 DOT mail DOT mud DOT yahoo DOT com> <837htnb94w DOT fsf AT gmail DOT com> From: Julio Costa Date: Thu, 19 Nov 2009 11:23:42 +0000 Message-ID: Subject: Re: CYGWIN_NT-5.1 1.7.0(0.214/5/3) ps (cygwin) 1.11 - how do I display the arguments to the processes? To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Hi Larry, If you want a more dirty-cheap solution, without installing anything, you could also try something like this in a bash shell: for i in /proc/[0-9]* ; do echo -n "${i#/proc/}: " ; cat -v $i/cmdline ; echo ; done | sed -e 's/\^@/ /g' -- ___________ Julio Costa -- 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