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 the significance of the 'tee' command?
What is rmdir command?
Enumerate some of the most commonly used network commands in unix?
What does awk stand for?
What does the command ' $who | sort –logfile > newfile' do?
How many unix commands are there?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Explain command to show the space allocation of files?
What is command substitution?
What is in grep command?
What are reported commands?
What does the command '$ls | wc –l > file1' do?
How do you grep a case insensitive?
Which command is used to restrict incoming messages?
Who invented grep?