Answer the question
In order to leave comments, you need to log in
What command will show the presence of files in large and small register in the same directory at the same time?
It is necessary to understand whether there are files in a given directory (including nested directories) that occur simultaneously in large and small register in the same folder.
It is desirable that this list be output to a file.
Example:
/data/folder1/file.txt
/data/folder1/File.txt
/data/folder2/image.img
/data/folder2/IMAGE.img
Answer the question
In order to leave comments, you need to log in
more or less like this:find -type f | sort --ignore-case | uniq -D -i
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question