Q1) cat q1file1.txt q1file2.txt>q1file3.txt Q2) touch q2file1.txt Q3) cat file*.txt Q4) mv /home/[!A-Z]* /home/427/dir9 Q5) ls -l|cut -d" " -f1|egrep ^.{7}r.*|wc -l Q6) echo \"The bomb is set to explode at `date|cut -d" " -f4|cut -d":" -f 1,2` today\" Q7) Q8) Q9) echo "File file1.txt and file file2.txt differ at `cmp file1.txt file2.txt|cut -d" " -f7` positions Q10) Q11) ./script.sh 2>/dev/null Q12) Q13) read designation cat data.txt|cut -d"|" -f4 |grep $designation|wc -l Q14) Q15)read x ls|grep^[!$x] wc -l