From owner-freebsd-questions@freebsd.org Thu Oct 20 12:07:30 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2344C1AE56 for ; Thu, 20 Oct 2016 12:07:30 +0000 (UTC) (envelope-from freebsd@skysmurf.nl) Received: from mail.skysmurf.nl (spectrum.skysmurf.nl [83.162.175.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.skysmurf.nl", Issuer "mail.skysmurf.nl" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 19100D8D for ; Thu, 20 Oct 2016 12:07:29 +0000 (UTC) (envelope-from freebsd@skysmurf.nl) Received: from spectrum.skysmurf.nl (mail.skysmurf.nl [192.168.42.4]) by mail.skysmurf.nl (8.15.2/8.15.2) with SMTP id u9KC7Nwl060239; Thu, 20 Oct 2016 14:07:23 +0200 (CEST) (envelope-from freebsd@skysmurf.nl) Received: by spectrum.skysmurf.nl (sSMTP sendmail emulation); Thu, 20 Oct 2016 14:07:23 +0200 Date: Thu, 20 Oct 2016 14:07:23 +0200 From: Alphons van Werven To: Chris Hill Cc: Manish Jain , Alejandro Imass , freebsd-questions Subject: Re: Is there a curses-based mp3 player available in FreeBSD ? Message-ID: <20161020120723.GA60132@spectrum.skysmurf.nl> References: <44wph473ao.fsf@lowell-desk.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ew6BAiZeqk4r7MaW" Content-Disposition: inline In-Reply-To: X-PGP-Key: http://www.skysmurf.nl/~fonz/fonz_pubkey.asc User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 12:07:30 -0000 --ew6BAiZeqk4r7MaW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Chris Hill wrote: > prev_dir=3D`pwd` > cd /usr/ports > make search key=3D$1 | grep Path | grep -v deps | grep -i $1 | awk '{prin= t $2}' > cd $prev_dir A little hint: there's no need to change directories and back again. Just use the -C option to make: % make -C /usr/ports search bla bla | pipe this | pipe that Fonz --=20 A.J. "Fonz" van Werven mailsig: Help! I'm a prisoner in a Chinese fortune cookie factory. --ew6BAiZeqk4r7MaW Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBAgAGBQJYCLN7AAoJEAfP7gJTaCe81ocP/1Wl9aY0/noH/p5SYk5osYqN zlv8C0r6njU3EXhyKIp4APHg1okfEIc8sAT60MsGwL0YtLJpWi0f8JQHQ0swU+1q tqxUFvwiP2uU6Kn8F/FWWpcJODEuoIFBhTIBGY0CNBzWKV5/gUf20XR01yoSPr02 uZ2Fd6D2i94XnaMLO9xGhIm91cAJG23SzVNpmj7/vN1gy9n0NgYyf3LJL6bj4FAO RoaiFrsOuU+zcVer9QXlR5IARhhfK29Jx2CNDh0OEd5tkTxg/ys53RD3Fr9Fbkqc UjBFTgNNkJAuytcMD77hxgLWnxC3gI0oJZycR13Lie9w397j9dDnCjq9zibnxXYr CrkjpwGqtUoygDck203uOvQDeABaHexIwoi8bXZ/VkWENCI9HOX+towrWZhbDTwb DUG7V6cbO3CvoCAKiB2ItzsiySURxO9Q3in4SxAkz7+ZhuvyeWKDZaWyE3wG1BBh 4LCCcxgULw7wkD1JjF57tb+GjjqhXkEUDbaf90rJZlTMFSXUFEwpU3CYLQru1Ely ctGiew9BVO+wsrjZfNZOojHX34ok4TEaBWj9LaTJ9tIvfLXtIpSZ/mPRLhi438fd S2JsyiUxstkII+tzrkr3LRERDUrxEdElhSeoeKBmRmPZcCnqz1MB7S3lDaouVGqi yZpXyWeRSLzMaVcy2REz =4det -----END PGP SIGNATURE----- --ew6BAiZeqk4r7MaW--