Write a Bash filename pattern that would only match the indicated filenames (i.e., the other files listed would not be matched by your pattern):
test.awk test1hq3.awk test1jq3v2.awk test2hq4v2.awk
test.txt test1hq3v2.awk test1nq3.awk testrange.awk
test1dq3.awk test1jq3.awk test2hq4.awk
2.indicate whether the output will be “Yes”, “No”, no output, or will produce an Error for the following bash command:
Ypos=52.0
if (( Ypos >30))
then
echo “Yes”
else
echo “No”fi