Eduardo M KALINOWSKI <edua...@kalinowski.com.br> writes:

> 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.


Thanks to all.  That was very useful.  With `find -samefile' I find at once all
the occurrence of that file.  Then I have to rename them one to one, though...
But it's all right.

Rodolfo

Reply via email to