[09:28:03 root@centos8 ~]#cat disk.sh
#!/bin/bash
#================================================================
# Copyright (C) 2021 IEucd Inc. All rights reserved.
#
# 文件名称:disk.sh
# 创 建 者:TanLiang
# 创建日期:2021年09月20日
# 描 述:This is a test file
#
#================================================================
df -h |grep -v ^Filesystem |tr -s " " |cut -d" " -f5,6|sort -nr|head -n 1
[09:28:13 root@centos8 ~]#bash disk.sh
21% /boot