Write a script to find the total size of all ordinary files


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.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a script to find the total size of all ordinary files
Reference No:- TGS02671777

Expected delivery within 24 Hours