noel0217 发表于 2018-5-17 06:15:28

linux学习命令

  1、echo
  2、date
  3、hwclock
  4、type
  5、file
  6、tree
  7、mkdir -pv x/y/z
  mkdir -pv /mnt/test/{x/m,y}

  mkdir -pv /mnt/test/{a,d}_{b,c}

  8、stat
  9、touch-m -t 2012121212 a
  10、\rm
  

  
页: [1]
查看完整版本: linux学习命令