Computer Science, asked by yashwantsumra1178, 11 months ago

What is the command to list the contents of the current directory in comma separated fashion ?

Answers

Answered by Anonymous
9

Use the ls command to display the contents of a directory. ... List entries in a comma- separated series by specifying the -m flag.

Answered by edupilot004
1

Answer:

The correct answer is using ls command.

Explanation:

It is mostly used command in Linux and Unix operating systems.

Ls command means is used for the purpose of locating the List files. Here, ls means, l is called as link file and s is called as socket file. It is used to find the current directory list present in the files.

The syntax for ls command is:

ls [directory name]

Here in directory path name we have type the file name to locate.

For example:

ls [df456]   by typing this way, we will be able to locate the files in a directory that is already existing.

#SPJ3

Similar questions