Skip to content

Instantly share code, notes, and snippets.

@nogajun
Created September 19, 2019 03:32
Show Gist options
  • Save nogajun/7ef34b3da72887857b3582dc7997c19d to your computer and use it in GitHub Desktop.
Save nogajun/7ef34b3da72887857b3582dc7997c19d to your computer and use it in GitHub Desktop.
320x419164のcsvファイルを作るワンライナー
t=$(echo -n "1"; for i in {2..320}; do echo -n ",$i"; done;); for i in {1..419164}; do echo $t ;done > dummy-largefile.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment