Computer Science, asked by sikarwarkanha165, 4 months ago

Which shell command will you use to display the contents of the current folder?

(a) MKDIR

(b) CD..

(c) DIR

(d) LIST​

Answers

Answered by yashvi1336
2

ls command

To list the files and directories in the current working directory the ls command can be used. The name ls is a short form of list (files). Type ls at the shell prompt.

Similar questions