目录 搜索 展开 什么是超算使用手册AI集群gpu 加速计算作业gpu-installibUbuntu AI-Docker环境搭建CentOS7 bond4配置dockeresxiftp-configgitlab-configk8snetwork-confignginxrepo-configsystem-configusedockercountnopasswdparallel-sbatchparaller-cpping random 暂无相关搜索结果! 阅读次数:1373 本文档由 用户服务 发布 count 统计文件夹下文件的个数及大小(包括子文件夹)#!/bin/bash for file in ./* do if test -d $file then #echo $file >> test.log du -sh $file >> test.log ls -lR|grep "^-" $file |wc -l >> test.log fi done作者:admin 创建时间:2023-04-27 13:43最后编辑:admin 更新时间:2024-07-17 15:26
统计文件夹下文件的个数及大小(包括子文件夹)#!/bin/bash for file in ./* do if test -d $file then #echo $file >> test.log du -sh $file >> test.log ls -lR|grep "^-" $file |wc -l >> test.log fi done作者:admin 创建时间:2023-04-27 13:43最后编辑:admin 更新时间:2024-07-17 15:26