What would be the effect of the following commands?

a. ls $let/..
b. cat $prop/sys.A >> $let/no.JSK
c. echo $let/*
d. cp $let/no.JSK $progs

Suppose that your HOME directory is /users/steve. Assuming that you just logged in to the system and executed the following commands
$ docs=/users/steve/documents
$ let=$docs/letters
$ prop=$docs/proposals


a. ls $let/..
/users/steve/documents/letters/../memos
/users/steve/documents/letters/../proposals
/users/steve/documents/letters/../letters

b. cat $prop/sys.A >> $let/no.JSK
Appends the contents of sys.A to no.JSK

c. echo $let/*
/users/steve/documents/letters/no.JSK
/users/steve/documents/letters/AMG.reply

d. cp $let/no.JSK $progs
Copy the file no.JSK into the directory /users/steve/programs

Computer Science & Information Technology

You might also like to view...

A PARTS file with Part# as key field includes records with the following Part# values: 23, 65, 37, 60, 46, 92, 48, 71, 56, 59, 18, 21, 10, 74, 78, 15, 16, 20, 24, 28, 39, 43, 47, 50, 69, 75, 8, 49, 33, 38. Suppose the search field values are inserted in the given order in a B + -tree of order p=4 and p leaf =3; show how the tree will expand and what the final tree looks like.

What will be an ideal response?

Computer Science & Information Technology

The software for configuring a host as an NFS server is installed in openSUSE by default.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The alert() method is part of an object called ____________________.

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

Computer Science & Information Technology

COGNITIVE ASSESSMENT Which of the following is NOT a recommended practice for gaming safety?

A. Avoid games requiring passwords to be saved to an online account on a smartphone. B. Look for games that use ActiveX or JavaScript, as these are always safe. C. Check the developer of any software or apps to be certain it is legitimate. D. Use a firewall when using multiplayer online games.

Computer Science & Information Technology