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

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -