常用命令

vim

  • 统计字符出现次数
    :%s/字符//ng
  • 查询字符
    正序 :字符
    倒序 ?字符

scp传输文件

  • scp /source_file root@host_name:/dest_file_path

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