标签:阶乘
linux循环递归读取目录指定类型文件及计算阶乘脚本
linux循环读取目录指定类型文件脚本ergodic.sh#!/bin/bashfunction ergodic{ for file in ` ls $1` do if [ -d $1"/"$file ] then ……
04-29 立刻查看
linux循环读取目录指定类型文件脚本ergodic.sh#!/bin/bashfunction ergodic{ for file in ` ls $1` do if [ -d $1"/"$file ] then ……