Go back
Home
  • Linux
    • (转)AWS ec2使用教程
    • yum 404问题
    • Apache反向代理到ngrok
    • CentOS LAMP 环境配置 + wordpress (阿里云ECS)
    • CentOS LAMP 配置https
    • How To Set Up SSH Keys
    • centOS LNMP 环境配置
    • CentOS装机配置
    • CentOS环境下打包配置(vue/springbot)
    • fabric部署网站应用
    • Google Cloud安装SS服务
    • ngrok
    • homebrew安装redis以及常用命令
    • macOS JAVA开发环境配置
    • macOS环境kafka环境搭建[译]
    • macOS上搭建RAP环境
    • macOS同时启动多个tomcat
    • pd安装centOS虚拟机并配置Java环境
    • 测试延迟 tcping、httpstat
    • su命令提示Authentication failure的解决办法
    • tomcat配置https自签名证书 && iOS访问https接口
    • tomcat配置自签名的https.md
    • 打字训练
    • Vps免密的一些配置
    • 将yum源更换为国内的阿里云源
      • Docker
        • nginx + php + mysql 环境搭建
        • Docker基础笔记
        • docker(nginx)内访问宿主机localhost
        • docker中使用postgresSQL
        • docker中使用redis
        • springboot项目打包成docker
        • OnlyOffice/DocumentServer搭建
      • Linux命令
        • Chown和chmod的区别
        • curl
        • diff
        • /bin,/sbin,/usr/sbin,/usr/bin目录区别
        • alias
        • nano
        • Passwd
        • rm递归删除
        • scp
        • sed
        • tail
        • vim常用快捷键
        • vim
      • centos
        • yum安装提示无可用包
      • nginx
        • nginx安装配置(Google Cloud,centos7)
        • nginx中的https配置小记
        • nginx相关配置
      • 插件工具
        • 安装serverstatus监听服务器状态
        • htop
      • 搞机
        • 斐讯n1刷入armbian记录

rm递归删除

January 19, 2018
Linux

递归删除文件夹下的.gitkeep文件

find . -name ".gitkeep" | xargs rm -f