Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Jan 2017 21:46:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 215781] Calling pgrep "javafrom java process
Message-ID:  <bug-215781-8@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: brandon.barker@gmail.com

Disclaimer: Since this problem has to do with 'pgrep' as well as 'java', an=
d 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 pg=
rep.

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/v6r=
5y
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

--=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-215781-8>