#! / bin / bash echo "enter file namesn" do read line if test "$line" = "." then break fi if test! -s $file then echo no file $file else cat $file fi done.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
34 views
Second Question Scheme
#! / bin / bash echo "enter file namesn" do read line if test "$line" = "." then break fi if test! -s $file then echo no file $file else cat $file fi done.