Is there a curses-based mp3 player available in FreeBSD ?

Alphons van Werven freebsd at skysmurf.nl
Thu Oct 20 12:07:30 UTC 2016


Chris Hill wrote:

> prev_dir=`pwd`
> cd /usr/ports
> make search key=$1 | grep Path | grep -v deps | grep -i $1 | awk '{print $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

-- 
A.J. "Fonz" van Werven <freebsd at skysmurf.nl>
mailsig: Help! I'm a prisoner in a Chinese fortune cookie factory.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20161020/2a7717cf/attachment.sig>


More information about the freebsd-questions mailing list