https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221534

            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: [email protected]
          Reporter: [email protected]
          Keywords: patch

Created attachment 185422
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=185422&action=edit
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
        $

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to