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

Popular posts from this blog

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -

javascript - three.js lot of meshes optimization -