Skip to content

Instantly share code, notes, and snippets.

@JonCanning
Last active April 4, 2022 12:06
Show Gist options
  • Save JonCanning/1b07f6013d7ed5cc97b70f5dd43d3118 to your computer and use it in GitHub Desktop.
Save JonCanning/1b07f6013d7ed5cc97b70f5dd43d3118 to your computer and use it in GitHub Desktop.
#!/bin/bash
while IFS=, read -r col1 ; do
echo "$col1"
done <"$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment