shell 根据源文件复制生成多个不重复的测试文件的脚本
摘要:
#!/bin/bash # generate test data files if [ -n "$1" ] then echo 'source: '$1 else echo 'useage: '$0' sourceDataFile dstFileCount' exit 0 fi if [ -n "$ 阅读全文
posted @ 2022-11-26 11:48 sixiiweb 阅读(28) 评论(0) 推荐(0) 编辑