Linux command to find all the files with same name but different extension in a directory? -
i working on project need deal lots of files same name different extensions.
please suggest command/solution file name.
thanks in advance
your helper here find command
find /<directory_name> -name <file_name.\*>
Comments
Post a Comment