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

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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to