[Bug 215781] Calling pgrep "javafrom java process

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 4 21:46:42 UTC 2017


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

            Bug ID: 215781
           Summary: Calling pgrep "javafrom java process
           Product: Base System
           Version: 11.0-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: brandon.barker at gmail.com

Disclaimer: Since this problem has to do with 'pgrep' as well as 'java', and I
no longer see a 'java' component as advised, I'm putting under base/bin.

Although I haven't created a minimal working example of the summary, it is easy
enough to reproduce in its current form. I'm using ammonite shell to run pgrep.

Install ammonite with these two lines ( see docs for latest instructions:
http://www.lihaoyi.com/Ammonite/#Ammonite-Shell):

mkdir -p ~/.ammonite && curl -L -o ~/.ammonite/predef.sc https://git.io/v6r5y
sudo curl -L -o /usr/local/bin/amm https://git.io/v1rPf && sudo chmod +x
/usr/local/bin/amm && amm

Then, in amm, simply run:
%pgrep("java")

For the original ammonite bug report, see
https://github.com/lihaoyi/Ammonite/issues/541

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


More information about the freebsd-bugs mailing list