Simple Interactive Command Line Database of Pricing Information in Bash
-
setdb <filename>: set <filename> as database if it exists and is readable, if it does not exist, create <filename> and set as database
-
add <product> <price>: add or update items in database
-
delete <product>: delete item from database
-
printdb: print all lines from the database
-
quit: quit program