Write a shell script, which reports names and sizes of all files in a directory (directory which is supplied as a argument to the shell script) whose size is exceeding 1000 bytes. The filenames should be printed in descending order of their sizes. The total number of such files should also be reported.