When a translator has an order for many documents at once, at the end there is a common problem. We have many documents and must calculate their characters count one after another, which may take a long time, when we speak about many small docs.

So I’ve written a small bash script to help calculate the character, page count and fee just for few seconds.

More…