cat filename | tail -n 1000 显示最后1000行
wget -b http://www.linuxde.net/testfile.zip 后台下载
用户名密码下载
wget --ftp-user=USERNAME --ftp-password=PASSWORD url
wget --http-user=USERNAME --http-password=PASSWORD url
安装 Anaconda3
[清华大学开源软件镜像站](https://mirrors.tuna.tsinghua.edu.cn/)
bash Anaconda3-2019.03-Linux-x86_64.sh
export PATH="/anaconda3/bin:$PATH"
网友评论