###3. String Manipulation Write a shell script that accept one or more file names as argument and prints all names in uppercase, provided they exist in current directory. Example: ``` myscript.sh $(ls) ```