Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Aug 2017 22:56:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 221534] [patch] pgrep(1) does not print the final newline
Message-ID:  <bug-221534-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221534

            Bug ID: 221534
           Summary: [patch] pgrep(1) does not print the final newline
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: kdrakehp@zoho.com
          Keywords: patch

Created attachment 185422
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D185422&action=
=3Dedit
Print a newline before exiting

After r322210 pgrep(1) no longer prints the final newline.

Output:
        $ sleep 1 & pgrep sleep
        12345$

Expected output:
        $ sleep 1 & pgrep sleep
        12345
        $

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221534-8>