Created
June 12, 2017 09:07
-
-
Save mperlet/9635f19e78c564358973337b2ae25116 to your computer and use it in GitHub Desktop.
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
FILE="myfile.txt" | |
split -l $(( $(wc -l "$FILE" | cut -d" " -f1) / 2 )) "$FILE" "$FILE_split_" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment