Question: Question I: Write a bash shell script, called myFind, that will display the total number of files in a given directory, whose names start with

Question I: Write a bash shell script, called myFind, that will display the total number of files in a given directory, whose names start with a certain character and consist of a given number of characters (length). All these three parame- ters, the name of the directory, the first character and the length are given as command line arguments at the shell prompt Synopsis: myFind , cut command and $(#name) for length of a variable Question II: Write a Bash script to compress a list of files with some given extensions. The compression could be done with any Unix compress utilities, such as gzip, bzip2, etc. Synopsis: myCompress E.g. myCompress doc jpg txt Hint: use for loop with with S- Question I: Write a bash shell script, called myFind, that will display the total number of files in a given directory, whose names start with a certain character and consist of a given number of characters (length). All these three parame- ters, the name of the directory, the first character and the length are given as command line arguments at the shell prompt Synopsis: myFind , cut command and $(#name) for length of a variable Question II: Write a Bash script to compress a list of files with some given extensions. The compression could be done with any Unix compress utilities, such as gzip, bzip2, etc. Synopsis: myCompress E.g. myCompress doc jpg txt Hint: use for loop with with S