Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 357 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 357 Bytes

Task1 EOPSY

modify.sh is the script to rename with lowercase and uppercase

HELP:

usage: modify.sh [-r|--recursive] [-l|--lowercase]|[-s|--uppercase] [-h|--help]

Change to uppercase or lowercase the filenames given by arguments

modify.sh correct syntax examples: modify.sh -l filename.txt modify.sh -r --uppercase directory modify.sh --help