Re: How to know % of read file in cat?

2013-03-11 Thread Richard Tobin
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

Re: How to know % of read file in cat?

2013-03-09 Thread Matthias Apitz
El día Saturday, March 09, 2013 a las 10:54:00AM +0100, Eduardo Morras escribió: 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

Re: How to know % of read file in cat?

2013-03-09 Thread Hakisho Nukama
On Sat, Mar 9, 2013 at 9:54 AM, Eduardo Morras emorr...@yahoo.es 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

Re: How to know % of read file in cat?

2013-03-09 Thread Polytropon
On Sat, 9 Mar 2013 10:54:00 +0100, 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

Re: How to know % of read file in cat?

2013-03-09 Thread Luís Fernando Schultz Xavier da Silveira
You might want to try the sysutils/pv port, which is a small program that works like cat, but provides a progress bar. On Sat, Mar 09, 2013 at 10:54:00AM +0100, 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 |