Tag Archives: begin

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

Posted in Linux Command Line | Tagged | Leave a comment