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/test0.sh

8 lines
195 B
Bash
Executable File

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