The code below aims to select a database record and save it in a variable for later use of the data:
#!/bin/bash
dbName='basedados'
dbUser='utilizador'
dbPass='password'
row=$(echo "select file_id, file from catalogue__pdf_file WHERE is_conv...
asked by
31.03.2015 / 21:37