常用shell命令积累

把学习工作中见到的shell命令积累下来

  • 创建文件夹 mkdir
  • 创建文件 touch
  • 发送get请求 curl xxxxx
  • 发送post请求 curl -d xxxxx
原文地址:https://www.cnblogs.com/superlizhao/p/12081358.html