Run System Commands in MySQL Shell

TL;DR

The \system (or \!) command in MySQL Shell allows us to execute system commands without needing to leave the MySQL Shell.

\! ls -la
\! sudo ls /
\! htop
Feedback