From owner-freebsd-questions@FreeBSD.ORG Sat Mar 9 10:16:11 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EA0EE3C5 for ; Sat, 9 Mar 2013 10:16:11 +0000 (UTC) (envelope-from nukama@gmail.com) Received: from mail-bk0-x230.google.com (mail-bk0-x230.google.com [IPv6:2a00:1450:4008:c01::230]) by mx1.freebsd.org (Postfix) with ESMTP id 8A9FA8E6 for ; Sat, 9 Mar 2013 10:16:11 +0000 (UTC) Received: by mail-bk0-f48.google.com with SMTP id jf20so1047846bkc.7 for ; Sat, 09 Mar 2013 02:16:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=CXt67TOAqH8LXyAtmb1zkupEY3CgmcIDO4+QognphqU=; b=ePjgAJZJH6FOGbVOX86mCQ87igg2/ysdb/cdMnYy6Rycv06Od4sWEtO7JdZvHmBcji vw4FkK3cNSEpMAnzQYPMPfCJoLKtLrCjQH712sBfofyGHWO3uIbrhujkDqBvSUvGaEA6 8MXqPoLMOTjKC8nx+ovrNOrbjm8nPj9/JSU6MQXRkuglzPNfvwa3tx06maFjGRa1BzhW uheIxCDeaFCHfjpGLxnaXiSX6nUyCQCmswEXPn+jp2xKU/zNRydFctuQe56P0BnChf81 NkUlMG6l8eJXphG4+Bk6rFGvoCn5/Tivzt5LkqakkSf1W9WocJ7NyHEv7ft6FdTRsmeL Tvbg== MIME-Version: 1.0 X-Received: by 10.205.118.16 with SMTP id fo16mr2149836bkc.61.1362824170209; Sat, 09 Mar 2013 02:16:10 -0800 (PST) Received: by 10.205.113.6 with HTTP; Sat, 9 Mar 2013 02:16:10 -0800 (PST) In-Reply-To: <20130309105400.b181e12aa222502974715a1b@yahoo.es> References: <20130309105400.b181e12aa222502974715a1b@yahoo.es> Date: Sat, 9 Mar 2013 10:16:10 +0000 Message-ID: Subject: Re: How to know % of read file in cat? From: Hakisho Nukama To: Eduardo Morras Content-Type: text/plain; charset=UTF-8 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Mar 2013 10:16:12 -0000 On Sat, Mar 9, 2013 at 9:54 AM, Eduardo Morras wrote: > > Hello, > > I use cat to read a file and pass it to another app, the command is this: > > camibar% cat file.git | fossil import --git file.fossil > > It takes a lot of time, file.git is 12GB, and i want to know if there's some 'magic' trick can I use to show me how many bytes or the % of the file.git cat sent to the other app. > > Maybe cat isn't the correct tool? > > Thanks. > > > --- --- > Eduardo Morras > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Hello Eduardo Morras, try hitting CTRL+T while running a command to show some process information. Best Regards, Hakisho Nukama