|
@@ -238,6 +238,7 @@ public class SelectStatisticsServiceImpl implements SelectStatisticsService {
|
|
|
}
|
|
}
|
|
|
// 执行命令Format
|
|
// 执行命令Format
|
|
|
final String commandFomat = "du -s -b {}";
|
|
final String commandFomat = "du -s -b {}";
|
|
|
|
|
+
|
|
|
// 需要执行的命令
|
|
// 需要执行的命令
|
|
|
final String command = StrUtil.format(commandFomat, file.getAbsoluteFile());
|
|
final String command = StrUtil.format(commandFomat, file.getAbsoluteFile());
|
|
|
log.info("文件夹大小扫描命令执行:{}", command);
|
|
log.info("文件夹大小扫描命令执行:{}", command);
|