Linux常用命令

1.Linux基础命令

Linux 统计文件夹下文件个数及目录个数

ls -l | grep "^-" | wc -l

scp命令格式

scp local_file remote_username@remote_ip:remote_folder  

你可能感兴趣的:(Linux常用命令)