Skip to content

Instantly share code, notes, and snippets.

@guziy
Last active December 17, 2015 05:29
Show Gist options
  • Save guziy/5558598 to your computer and use it in GitHub Desktop.
Save guziy/5558598 to your computer and use it in GitHub Desktop.
bash select a column in file
cut -d" " -f9 file_list.txt > file_list1.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment