Whenever you type ls -a
into the command prompt, you usually get all of your folders, files, and then you see that the first two entries are .
and ..
Just curious, but what is the significance of these two entries?
Whenever you type Just curious, but what is the significance of these two entries? |
||||
This is why |
|||||||||||||||
|
With the |
||||
|
you must be knowing that Directory is nothing but a file that points to some list of files, basically it is a pointer, may be hidden or not.
in similar way
command, these are displayed! |
||||
|
.
and..
you can usels -A
. – Nykakin Apr 24 at 12:01