what is the command to find out the difference between
files and folders?
Answer Posted / pitambar mishra
From a layman's point of view,
A file can be stored with in a folder but vice-versa is not
possible.
1. Using ls -l command : In type field (1st field)
d : for directory
- : for general file
2. Using ls -F command :
This command marks the
general file (no mark),
directory as /,
link file as @,
executable file as *.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is ‘du’ a command? If so, what is its use?
What is used to type command?
hw will u use awk in replacing cahrs and files
Is grep faster than awk?
What are grep patterns?
What is the use of the command 'ls -x chapter[1-5]' ?
what is the advaantage of each user having its own copy of the shell?
What is time_t?
What is merge command in unix?
What is updatedb?
What is pipe command in unix?
What does find command return in unix?
Which command is used to find whether the system is 32 bit or 64 bit?
What does grep v grep do?
What is a bash command?