From 28f69830d8f320baf8d7dd5479c810a9af77c218 Mon Sep 17 00:00:00 2001 From: User Erdgeist Date: Mon, 3 Feb 2014 08:26:25 +0000 Subject: Be more verbose during column extraction. Number of extracted files is not noteworthy --- src/makecolumns.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/makecolumns.sh') diff --git a/src/makecolumns.sh b/src/makecolumns.sh index 5ee4f4a..4986157 100644 --- a/src/makecolumns.sh +++ b/src/makecolumns.sh @@ -174,10 +174,11 @@ handle_new_format() { ../bin/decompress $1/phonebook.db | grep -v appropriate numfiles=`find . -name file_\* | wc -l` - printf "done.\nFound %d entries.\n" $numfiles + printf "done.\n" - printf "Splitting decompressed chunks into their columns ... " + printf "Splitting decompressed chunks into their columns (11 total) ... " for column in `jot - 0 10 1`; do + printf "%d, " $column for file in `jot - ${column} $(( numfiles - 1 )) 11`; do acton=`printf file_%05X ${file}` if [ ${column} = 0 ]; then -- cgit v1.2.3