Homeunix Write a shell script to find a file with maximum size in the current directory, also print the no of words, characters, and lines along with the content of file. Vikram somai January 15, 2021 0 Comments Facebook Twitter value=$(ls -S | head -1) echo $value wc $value cat $value Tags unix Facebook Twitter
Post a Comment
If you have any doubts, Please let me know
Thanks!