mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 17:23:12 +02:00
feat: add help option modify.sh
This commit is contained in:
parent
e062dbf4c5
commit
58686dccc4
10
EOPSY/task1/modify.sh
Executable file
10
EOPSY/task1/modify.sh
Executable file
@ -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] <sed pattern> specify sed pattern that will be executed on file names"
|
||||
echo "-h show this help information"
|
||||
done
|
||||
0
EOPSY/task1/modify_examples.sh
Normal file
0
EOPSY/task1/modify_examples.sh
Normal file
Loading…
Reference in New Issue
Block a user