From owner-freebsd-questions@freebsd.org Sun Jun 6 21:54:09 2021 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6565A63F921 for ; Sun, 6 Jun 2021 21:54:09 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 4Fyqym5byJz4cn6 for ; Sun, 6 Jun 2021 21:54:08 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: by segfault.tristatelogic.com (Postfix, from userid 1237) id D6C8A4E6A7; Sun, 6 Jun 2021 14:54:07 -0700 (PDT) From: "Ronald F. Guilmette" To: FreeBSD Questions Subject: Re: Location of shuf(1) and shuffle(1) ? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <64748.1623016447.1@segfault.tristatelogic.com> Content-Transfer-Encoding: quoted-printable Date: Sun, 06 Jun 2021 14:54:07 -0700 Message-ID: <64749.1623016447@segfault.tristatelogic.com> X-Rspamd-Queue-Id: 4Fyqym5byJz4cn6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of rfg@tristatelogic.com designates 69.62.255.118 as permitted sender) smtp.mailfrom=rfg@tristatelogic.com X-Spamd-Result: default: False [-2.30 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[69.62.255.118:from]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[tristatelogic.com]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[69.62.255.118:from:127.0.2.255]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14051, ipnet:69.62.128.0/17, country:US]; SUBJECT_ENDS_QUESTION(1.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2021 21:54:09 -0000 In message Paul Procacci wrote: >Not sure about non-GNU versions if that's even a thing... It is, apparently. Look at the AUTHORS sections of teh relevant man pages= . >... but both shuf and shuffle are available via pkg. >... >pkg install shuf >or >pkg install shuffle Oops! Yes. My bad. I obviously didn't scrounge around in the ports tree well enough to find these. Sorry. Color me embarrassed. Anyway, thanks.