SQLite CLI - external commands .shell
To run any external (shell) command use .shell.
On Linux / macOS you have ls:
sqlite> .shell ls
On Windows you have dir:
sqlite> .shell dir
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
To run any external (shell) command use .shell.
On Linux / macOS you have ls:
sqlite> .shell ls
On Windows you have dir:
sqlite> .shell dir