Problem
1. Write a script that accepts filenames as arguments. For every filename, it should first check whether it exists in the current directory and then convert its name to uppercase, but only if a file with the new name doesn't exist.
2. Write a script to find the total size of all ordinary files owned by a user (which could be anywhere in the system) whose name is specified as argument. First check whether the user is available in /etc/passwd.