1.Linux基础命令 Linux 统计文件夹下文件个数及目录个数 ls -l | grep "^-" | wc -l scp命令格式 scp local_file remote_username@remote_ip:remote_folder