X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9EE7C3858C32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1711124605; bh=Otcr6zmKpNkxCuKj1kJz1/9hKzHVsDfcX7OLzKlD77o=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=RXHb7UhlOeh05p0+6XhuXAVOVgtvaGEpO5weOOCS0UHqjWH6ZhJjWD5kRJkrTah72 CqWafeS24+sopcBRk+sEfK/nKtR8zAkogasEtnJsRAdFcL1BT13iRJluNeOM+Yi2Tm tPTBM3IV60Xh83fwL5OtHP/qxhJccZzUizAFcKJc= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E20C03858D28 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org E20C03858D28 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1711124583; cv=none; b=IDCamQVr2Ve9d4Rezril1VJ9kCi2ZvRvD6nIS9pMSfrxXUCYpl0hVzBDSCkx90kThuSjyBIFx0KgW+FTss6nxJSAQPetKzlCILelt9xv7CbV3NTBLGhr02aT29FrbuaLgZze6p+Tl9ogHr3e+9HqSxD4qSuqWMSpBlgvxxZcMek= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1711124583; c=relaxed/simple; bh=T+/PArGnT5mQ+td+HoKdCaoPU7rM2aL18zQfzp7fgpM=; h=Message-ID:Date:MIME-Version:Subject:To:From; b=RJRVKepHNdLQ4TYoiNiQOwmYv8erCMvgFmlvnXFJHB9L9pIEF60nL0i4ZP8nqW55eh9yAqm5mHzu2Qn1wTKcnNRseqk5cK4l5YUkF/YXxf5uh0y6jGAMKrOUQttgZxaljxggpVChK8SRZ6LdPGn2H1MMESJYX76leMCkNcfm8tY= ARC-Authentication-Results: i=1; server2.sourceware.org Message-ID: <8962129f-3314-4970-be29-e5bb4416749c@SystematicSW.ab.ca> Date: Fri, 22 Mar 2024 10:22:50 -0600 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Help with use of pgrep or pkill commands with full name options Content-Language: en-CA To: cygwin AT cygwin DOT com References: Organization: Systematic Software In-Reply-To: X-Rspamd-Queue-Id: 1422D6000F X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP, UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.6 X-Stat-Signature: oks4eo88q8ff4os5oiozu9cht71sph15 X-Rspamd-Server: rspamout04 X-Session-Marker: 427269616E2E496E676C69734053797374656D6174696353572E61622E6361 X-Session-ID: U2FsdGVkX1+FSyENwhduA27ZeAlPFa9/niINOpQM8sw= X-HE-Tag: 1711124570-821570 X-HE-Meta: U2FsdGVkX187yX2UugWXM+pu63d4dqvJGvaI3CKYUUvePQ2nANeLM6548M+enrDlA2OiNrWeUrtEhq/KgnhuAn9crmcK+0fucovWlm0+8k3VHUxruMRSWj0DeppK41uh5neyWMbhyPyx6H3q663DyH4r7Dw6NQJz7ZaAndddi9HgUkBFHckmns/O0wB1N783DaPEUPff8v23iI8S8txEYcQ1LYyYOJKFlYJW4lOP+gScW493tDKKhCe55b2Me2IKEh278bN1cwSuXyDAaA/bby6ylJo8ia4cv6Vxr82wp/ToXLOo5NAxR3l+ud46MJhGoj2pcTTC8LsDcr4VikiP0EAvNnuozI1i X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Brian Inglis via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Brian Inglis Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 42MGNRq21884927 On 2024-03-22 09:56, J M via Cygwin wrote: > Help with use of pgrep or pkill commands with full name options. > > I trying to use pgrep or pkill utility commands to find processes but using > the full path names, by example, find /usr/bin/bash (package procps-ng): > > Then, if I use pgrep -f /usr/bin/bash, don't find nothing. > > Using pkill -f /usr/bin/bash don't get the task. > > If I use pidof /usr/bin/bash, this works. > > How do I get it to do use pgrep, pkill, etc? Look at the proc names using `procps -ae` - if it does not show a path, do not use `-f, --fullname /path/name`, just use `name`, and you may have to experiment if you want to use `-x, --exact`, and possibly other options. -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il n'y a plus rien à retirer but when there is no more to cut -- Antoine de Saint-Exupéry -- 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