Import a Firebird 1 database to pandas dataframes, show a summary of the database table names, field names, field data types, and index columns, optionally extract and save table data to a directory, ...
The yesterday.sh shell script is a small bash script which, by default, determines todays date and then moves it back one day to get yesterdays date. Most of the logic is quite obvious but the edge ...