Skip to content

Instantly share code, notes, and snippets.

@everm1nd
Created April 15, 2015 20:09
Show Gist options
  • Save everm1nd/cf4d6b0d2b0813f4ac4e to your computer and use it in GitHub Desktop.
Save everm1nd/cf4d6b0d2b0813f4ac4e to your computer and use it in GitHub Desktop.
Split table by columns in bash
ls -l | awk '{print $9, $5}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment