This repository has been archived on 2021-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
sys_prog/splitter/tests/test1.sh

8 lines
197 B
Bash
Executable File

#!/bin/sh
TMP=`rm -rf tests/dir1`
TMP=`mkdir tests/dir1`
TMP=`cp tests/src/*.txt tests/dir1`
TMP=`./splitter split tests/dir1/file.txt 121`
find tests/dir1 -name "*.txt.*" -exec echo {} \; | sort