SQLite3でOSコマンドを実行する方法
実行環境
[root@07c9ffc712b3 work]# sqlite3 hoge.db SQLite version 3.26.0 2018-12-01 12:34:55 Enter ".help" for usage hints.
実行方法
.shell <OSコマンド> # 実行例 sqlite> .shell date Sat Oct 7 13:49:45 UTC 2023
SQLite3でOSコマンドを実行する方法
[root@07c9ffc712b3 work]# sqlite3 hoge.db SQLite version 3.26.0 2018-12-01 12:34:55 Enter ".help" for usage hints.
.shell <OSコマンド> # 実行例 sqlite> .shell date Sat Oct 7 13:49:45 UTC 2023