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
Post a Comment