On Ter, 06 Jun 2017, David Wright wrote:
As for renaming (IIUC) if you want to rename all the file entries
together, you can pick up any instance's inode with ls, then use
find <mount-point> -inum <num>
to find all the other instances in the filesystem.

Or use the -samefile option of find and do that in one step.
--
Eduardo M KALINOWSKI
edua...@kalinowski.com.br


Reply via email to