Skip to main content
6 events
when toggle format what by license comment
Oct 7, 2015 at 12:10 comment added Stéphane Chazelas Note that it's likely to return false positives as an inodenum is only unique per-filesystem and you're grepping the inodenum in the file name as well (ls -iL1qd {} | grep '^inodenum[[:blank:]]' would make it more reliable).
Nov 9, 2013 at 2:50 comment added Mark Plotnick Thanks, I indeed meant to say ls. Answer fixed.
Nov 9, 2013 at 2:49 history edited Mark Plotnick CC BY-SA 3.0
Change find to ls
Nov 8, 2013 at 23:17 vote accept Olivier Dulac
Nov 8, 2013 at 23:17 comment added Olivier Dulac thanks, +1 (actually -L didn't work for me with "find", but your version using it in "ls" instead of "find" does work!)
Nov 8, 2013 at 20:34 history answered Mark Plotnick CC BY-SA 3.0