gvwilson / sql-tutorial

The Querynomicon: An Introduction to SQL for Wary Data Scientists
https://gvwilson.github.io/sql-tutorial/
Other
418 stars 35 forks source link

feat: replace use of head with custom script to add ellipses #21

Closed gvwilson closed 5 months ago

gvwilson commented 5 months ago

Makefile uses head -n to clip long output. Change this to a custom script that clips the output and adds …omitted… at the end to show output was clipped.