diff --git a/EOPSY/task1/modify.sh b/EOPSY/task1/modify.sh new file mode 100755 index 00000000..0891771b --- /dev/null +++ b/EOPSY/task1/modify.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +while getopts ":h" option; do + echo "This script modifies file names" + echo "-l lowerize file names" + echo "-u uppercase file names" + echo "-r recurse into directory" + echo "[-r] specify sed pattern that will be executed on file names" + echo "-h show this help information" +done diff --git a/EOPSY/task1/modify_examples.sh b/EOPSY/task1/modify_examples.sh new file mode 100644 index 00000000..e69de29b