(not set) | |
Blog | (not set) |
Website | (not set) |
0
score
|
Create a txt files with 10000 rows$ for FILE in *.full ; do split -l 100000 $FILE; mv -f xaa `echo "$FILE" | cut -d'.' -f1`.txt; rm -f x*; done |