linux - How to list all directories with the same node using only "ls" and globbing arguments -


prove link count correct listing directories link in single ls(1) command. proof show inode numbers of linked directories being same. require ls, options, , globbing arguments. regular globbing arguments required.

i tried using this

ls -laifr ../*q10 |grep 337 

the links should 9. displays 8 missing link in parent directory. not allowed use grep. how can this? thanks


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -