answersLogoWhite

0


Best Answer

dir

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which command list the content of current directory?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you find absolute path name of your home directory what is it on your system?

All you need is the PWD(Print Working Directory) command, this will list your current directory absolute path All you need is the PWD(Print Working Directory) command, this will list your current directory absolute path


Which command is used to see the content of file?

You can get a list of all the files in the current directory with the "ls -a" command.


What is the command to be used to see all the files in a directory?

The command in a terminal is: ls (short for List). This will list the files in the current directory. Whilst in the Home directory, to list the files in a different directory, for instance Videos, use: ls Videos.


What is the Linux command used to list the contents of a directory?

ls will list the contents of a directory.


What command do I use in Linux to list all absolute path names in my current working directory?

ls -la


What command is used to list the contents of a directory recursively in Unix?

ls -lR directory


How do you pick a directory in command prompt?

type in DIR & for list of commands under the directory: DIR/?


What does the ls command in Linux?

Exploration is the best thing! Try it! It's a commonly used command. It lists the files in the current directory (or another directory if you specify). You can use flags to choose what information you need to see.


What is the command to list all files and sub directories in a directory?

DIR


How can you list only directories from the current directory?

To list the subdirectories in the current directory: find . -maxdepth 1 -type d To list the subdirectories and all their subdirectories: find . -type d


What does is command do in Linux?

A command is an instruction from a user to get the computer to do something! A simple example: open a terminal and type the command "man man" (without the quotes) and the result will be the manual page of the man command.Note: The command ls stands for list the files in the current directory.


What does DIR in the DIR DOS command stand for?

DIR is used to list the contents of a directory.