2 lines
67 B
Bash
Executable file
2 lines
67 B
Bash
Executable file
rm -v input.csv
|
|
sqlite3 todo.db 'SELECT * FROM todo;' -csv> db.csv
|