updated hive_list_tables.sh

pull/2/head
Hari Sekhon 4 years ago
parent 83ad828b68
commit cf65c93456

@ -52,5 +52,5 @@ while read -r db table; do
! [[ "$db.$table" =~ $FILTER ]]; then
continue
fi
printf "%s\t%s\n" "$db" "$table"
printf '%s\t%s\n' "$db" "$table"
done

Loading…
Cancel
Save