what is the command to find out the difference between
files and folders?
Answer Posted / shruthi
first character of output of long listing.
if it is 'd' it is a directory. if it is a '-' it is a
regular file.
$ls -l
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is $0 bash?
What is the command to view process running?
What is the nmap command?
Which command is used to create a directory?
What will the following command do?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What do know about tee command?
How do you repeat a command in terminal?
What is the functionality of a top command?
What is grep r?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What does #!/ Bin sh do?
What do chown command do?
What is the search command in unix?