What will the output be from the following commands?

echo *** error ***
echo 'Is 5 * 4 > 18 ?'
echo $x
echo What is your name?
echo $y
echo Would you like to play a game?
echo "$y"
echo \*\*\*
Given the following assignments:
$ x=*
$ y=?
$ z='one
> two
> three'
$ now=$(date)
$ symbol='>'
and these files in your current directory:
$ echo *
names test1 u vv zebra


echo *** error ***
names test1 u vv zebra error names test1 u vv zebra

echo 'Is 5 * 4 > 18 ?'
Is 5 * 4 > 18 ?

echo $x
names test1 u vv zebra

echo What is your name?
What is your names

echo $y
u

echo Would you like to play a game?
Would you like to play a game?

echo "$y"
?

echo \*\*\*
***

Computer Science & Information Technology

You might also like to view...

Every object in Java knows its own class and can access this information through method .

a. getClass. b. getInformation. c. objectClass. d. objectInformation.

Computer Science & Information Technology

The ____________________ list contains information that will be merged into the starting document and sent to multiple companies.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following is an automated mechanism used to assign IP addresses, subnet masks, default gateways, DNS servers, WINS servers, and other IP configuration information to network devices?

A. IPX B. DHCP C. AIX D. X.25

Computer Science & Information Technology

When you point to a bar in a Gantt chart, a mouse pointer that can be used to ____ might appear.

A. move a task B. extend the duration of the task C. update progress D. Any of the above

Computer Science & Information Technology