Created
June 27, 2022 22:49
-
-
Save billwestfall/8873d7fb23fe319bb269ccafce559453 to your computer and use it in GitHub Desktop.
Random line from csv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat /Users/*/Documents/cities.csv | shuf -n 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment