X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 271D4385841D
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1682361496;
	bh=vdxd3K9FvtGnCZ3kXxcDUrlToo0M1tzTlSGW+f70/mU=;
	h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post:
	 List-Help:List-Subscribe:From:Reply-To:From;
	b=FqF9u226mu8fzYBgxklCkBi+onxSqLr4LFWDNccQDMMV+1jNUgy/TLeurEhWCvn2k
	 TnwuiX3z9fYQV8jaOYnyzmOku3fsE5RqLDNmqnsVnKn94k7F4zv/tTsJpXxz2UhQhd
	 DVfiALoXjBI35gNzrrAEo+mP1yPdB/TlTGXx4Y1I=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org F064B3858D32
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20221208; t=1682361479; x=1684953479;
 h=to:subject:message-id:date:from:mime-version:x-gm-message-state
 :from:to:cc:subject:date:message-id:reply-to;
 bh=LAZv59Hrz9D6hlWZzSCbA8DiQYs70kaduH0nJ4r7/l0=;
 b=PnJmoqHInpwGVHs9vh1s6x9lAKYXpl+1uati5ay6gLIPk4CUNBzBkP5b8xLll03j1/
 Ecta28qAPQDwgAqWnkA9UHb8/nd/d2N3Xolsa2HtpaxAiSMaNl2diSfSFAMt16UcTnOs
 WkTraFGX5dBP246kVjmh+1j8gTc9zG1PNJWEqla+QPzN9STQYpMxim02mZfkSx6lHMmg
 /WAR4Kyvw0/PuYtEcWo17ntK8A/TUhxdzHFb6ZtIU+8r+Op2ee+sZmX24f4WClISa1KA
 trR73jr1O5DAyum4rgFlSNN+PEHzgdTZ4GHw/k4AfnWL6KfB7eeB3sqo9rRc+cB+7Nt1
 Jzvw==
X-Gm-Message-State: AAQBX9d+J1d+vwcjANlavzTxBW9AsVaY/jSLdX/eINM3oSVrQ5rUrT2a
 MYguci52H4w5Gyz/YpgalgVcZdM4ZhY0rsoInoy2HrLzUqjmzw==
X-Google-Smtp-Source: AKy350Y0UcnYN3oopgdZAzTY8GG5ITT+wItUghvsDGvXvci1B7ULtHUT4BOslhCye3tq1EtzxVE/cHpMThdQ6OhqETY=
X-Received: by 2002:ac2:52a9:0:b0:4ef:d41d:637 with SMTP id
 r9-20020ac252a9000000b004efd41d0637mr3049037lfm.39.1682361478821; Mon, 24 Apr
 2023 11:37:58 -0700 (PDT)
MIME-Version: 1.0
Date: Mon, 24 Apr 2023 21:37:46 +0300
Message-ID: <CABpB5em3r39v0gzK+4UyPsag9eN+XHUC4=b=ot6rF0tgA1Y4wQ@mail.gmail.com>
Subject: Defect/Bug Ps.exe
To: cygwin@cygwin.com
X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE,
 RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP,
 T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
 server2.sourceware.org
X-Content-Filtered-By: Mailman/MimeDel 2.1.29
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: Sanyh Maslaev via Cygwin <cygwin@cygwin.com>
Reply-To: Sanyh Maslaev <2sanychbezxyev@gmail.com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>

Recent version ps command does not support option -o, which is widely used
in many makefiles. This option is trivial to implement and it would greatly
improve QL for me and many other users, although i ' m not into building
sygwin to fix it myself.

COMMAND

ps -o command -p $$

what makefile expected

/usr/bin/bash

what did it get

ps: unknown option -- o
Try `ps --help' for more information.

Example:
When output for ps -p $$ is
PID    PPID    PGID     WINPID   TTY         UID    STIME COMMAND
      383     382     383       1040  pty0      197610 15:27:24
/usr/bin/bash
ps -o pid -p $$ should yield 383
ps -o STIME -p $$ should yield 15:27:24

Many users need thist implemented, for no longer manually fixing shscripts

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
