以下の内容はhttps://ytyaru.hatenablog.com/entry/2021/04/26/000000より取得しました。


SQLite3ドットコマンド(.print)

 標準出力する。

.help

.print STRING...         Print literal STRING

.print

sqlite3 :memory: ".print AAA\nBBB"
AAA
BBB

 ちなみに同じことは以下でも可。

echo -e 'AAA\nBBB'
printf 'AAA\nBBB\n'
sqlite3 :memory: ".shell echo 'AAA\\\nBBB'"
sqlite3 :memory: ".shell printf 'AAA\\\nBBB\\\n'"

対象環境

$ uname -a
Linux raspberrypi 4.19.42-v7+ #1218 SMP Tue May 14 00:48:17 BST 2019 armv7l GNU/Linux

前回まで




以上の内容はhttps://ytyaru.hatenablog.com/entry/2021/04/26/000000より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14