Linux – Cut Lines

Very useful when you pipe it, for example, for easily reading a file containing very long quries
cat queries.sql | cut -b -10

This entry was posted in Linux Command Line and tagged . Bookmark the permalink.

Leave a Reply