When I do a directory listing of a python installation the include directory appears twice and each one has a different inode.
╰─○ ls -i1
2282047 bin
2641630 include
2642559 include
2282048 lib
2641850 share
I assume that their contents may be different as the inodes are different.
Is there away to use the ls command to use the inode not the directory name so I can check them individually?
When I execute ls include I have no idea which directory is listed.