From owner-freebsd-questions@FreeBSD.ORG Fri Nov 24 15:26:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D9C7816A47B for ; Fri, 24 Nov 2006 15:26:15 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out4.blueyonder.co.uk (smtp-out4.blueyonder.co.uk [195.188.213.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id A020A43D82 for ; Fri, 24 Nov 2006 15:25:28 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.139] (helo=anti-virus01-10) by smtp-out4.blueyonder.co.uk with smtp (Exim 4.52) id 1GncwL-0007vj-Ne; Fri, 24 Nov 2006 15:26:09 +0000 Received: from [82.41.32.108] (helo=[192.168.0.2]) by asmtp-out2.blueyonder.co.uk with esmtp (Exim 4.52) id 1GncwL-0004Ob-4U; Fri, 24 Nov 2006 15:26:09 +0000 Message-ID: <45670F10.9020909@dial.pipex.com> Date: Fri, 24 Nov 2006 15:26:08 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20061106 X-Accept-Language: en MIME-Version: 1.0 To: Soo-Hyun Choi References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: 'seq' at a BSD-like OS? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Nov 2006 15:26:15 -0000 Soo-Hyun Choi wrote: > Hi, > > If I'm at a Linux machine, I can use 'seq'. (Okay, everyone knows it.) > But when I'm at a BSD-like OS, I can't find 'seq' from the coreutils. > > Does anybody know how I install it over FreeBSD or Mac OS X? Install the sysutils/coreutils port to get gseq (which you can alias to seq, or make a symlink or whatever you want). Or check out FreeBSD's jot command. > (Okay, everyone knows it.) Personally, I'd never heard of it :-) --Alex