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 difference between awk and grep?
What does grep v do?
What is a bash command?
What is the command to find hidden files in the current directory?
How do I run a bash script?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Which command will print your home directory on screen?
Explain command to show the space allocation of files?
What does 'mkdir' command do in UNIX?
What does awk stand for?
Which command should you use to find the remaining disk space in unix server?
What is grep short for?
How do you grep recursively?
What happens when we execute a unix command?
What command is used to check the current users?