Scripts to automating daily tasks http://gitea.open6hosting.com/Open6Hosting/smartos-bin
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

3 行
131 B

  1. #!/usr/bin/bash
  2. zfs list -H | grep "cores$" | grep -v "global" | awk '$2 ~ /G/ { print "find",$5,"-type f -delete"}' | /usr/bin/sh