Give two command to run the date command after 10 secs. Make use of the sleep command; read the manual page for this command to find out how to use it.

What will be an ideal response?


a) sleep 10; date
b) (sleep 10; date)

Computer Science & Information Technology

You might also like to view...

Why is checking the lights of the networking device that connects to the ISP important?

What will be an ideal response?

Computer Science & Information Technology

Is the following loop correct?

for ( ; ; ); a. Yes b. No

Computer Science & Information Technology

In a(n) ____________________ simulation, the clock is implemented as a counter, and the passage of, say, one minute can be implemented by incrementing the counter by 1.

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

Computer Science & Information Technology

A(n) ____________________ is an explanatory note or comment included within a file for the purpose of storing information about the file.

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

Computer Science & Information Technology