X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=blobdiff_plain;f=common%2Fscripts%2Flist-bookcodes-all.sh;h=7d4cfbd8e6dc92e3ad6c08c0c64997096a355e7d;hp=8f738e37a4f6d43d62a80ece7adc811d51300549;hb=ae3a572980f015a1266cbb3c0c7fe45f696cd8db;hpb=7d3e9ca54e0cb51922b34659b920e61ee3a6e8d2 diff --git a/common/scripts/list-bookcodes-all.sh b/common/scripts/list-bookcodes-all.sh index 8f738e3..7d4cfbd 100755 --- a/common/scripts/list-bookcodes-all.sh +++ b/common/scripts/list-bookcodes-all.sh @@ -9,4 +9,4 @@ fi book_db="$AONDIR/common/sqlite/bookcodes.db" -sqlite3 -column -noheader "$book_db" "select book from bookcodes order by book" +sqlite3 -noheader "$book_db" "select book from bookcodes order by book"