1.1tar -zcvf 58.tar.gz xsum-raw-downloads1 --remove-files
2.1split -b 570M -d -a 1 54.tar.gz 54.tar.gz.
3.1scp -P 2333 54.tar.gz.1 fzx@s.eecser.com:~/
4.
crtl+z
5.1bg %1
6.1disown -h %1
7.1cat 56.tar.gz.* | tar -zxv
8.1find ./xsum-raw-downloads2/ -type f -name '*.html' -exec mv {} ~/XSum-Dataset/xsum-raw-downloads/. \;