Skip to content

Instantly share code, notes, and snippets.

@xb4dc0d3
Created September 13, 2022 03:46
Show Gist options
  • Save xb4dc0d3/dfce9b788815f329a4d885b246e245c3 to your computer and use it in GitHub Desktop.
Save xb4dc0d3/dfce9b788815f329a4d885b246e245c3 to your computer and use it in GitHub Desktop.
Mysql hide tabular and header then show stdout
mysql -h localhost -u root -proot -e "select * from file limit 10" -s -N
# -s --silent
# -N skip column names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment