From owner-freebsd-questions@FreeBSD.ORG Fri Nov 24 17:47:47 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 C1A4C16A417 for ; Fri, 24 Nov 2006 17:47:47 +0000 (UTC) (envelope-from soohyunc@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2CF543D58 for ; Fri, 24 Nov 2006 17:47:03 +0000 (GMT) (envelope-from soohyunc@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so688699uge for ; Fri, 24 Nov 2006 09:47:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=rqBnjSGy0/sFviDaIdeAc0jd4bUWqY/wZyxWuc6Gr8ChMCvd0ZB57YR/LFavtZf8QkQXO/SX99IqEFPbQ/hkjhbHfYhdpYMfNHFdCUGQofUTZKyuxferUMmdq4JFMmEh7V0tIqxbzHsYYrgPggxUW67bPDbB1FXwfdOvmcOYUCE= Received: by 10.78.200.3 with SMTP id x3mr10502506huf.1164390464756; Fri, 24 Nov 2006 09:47:44 -0800 (PST) Received: by 10.78.131.19 with HTTP; Fri, 24 Nov 2006 09:47:44 -0800 (PST) Message-ID: Date: Fri, 24 Nov 2006 17:47:44 +0000 From: "Soo-Hyun Choi" Sender: soohyunc@gmail.com To: "Colin Percival" In-Reply-To: <45670D31.6040909@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45670D31.6040909@freebsd.org> X-Google-Sender-Auth: 3a5346fa73b7b2ed 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 17:47:47 -0000 Hi, 'gseq' solved in my case. 'jot' also works similar to 'seq' but not quite same in terms of usage. Thanks for your reply. Soo-Hyun On 11/24/06, Colin Percival wrote: > Soo-Hyun Choi wrote: > > 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. > > The program you're looking for is called "jot". I have no idea why Linux > distributions get the name wrong. > > Colin Percival >