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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -