setup.bash 126 B

1234567
  1. #!/bin/bash
  2. # 查看当前目录下的文件和文件夹磁盘占用情况
  3. alias showdiskinfo="du -sh * | sort -hr | head"