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
Name the various commands that are used for the user information in unix.
Explain command to display different lines that are found when compare two files?
What is the use of cut command in unix?
What is unix command line?
What does 'mkdir' command do in UNIX?
What does sed command do in unix?
Which command is used to copy files?
What is the function of grep command in unix?
How can you see the command line history?
What are grep patterns?
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)?
How do I use nslookup?
What does the command ' $who | sort –logfile > newfile' do?
What is difference between grep and find command in unix?
What do chown command do?