删除 core 文件 # find ~ -name core -exec file {} \; -exec r […]
如何用脚本实现分割文件 代码: #!/bin/bash if [ $# -ne 2 ]; then echo […]