1. Write a shell script that records file sizes Write a shell script named sizes.sh that takes the name of a directory within the current working directory as a command-line argument and prints the name and size of each file to standard output. You may assume there are no subdirectories within the given
OR
OR