TheHiveMind
Banned
as the title says.. I need a command for linux that will find files in a dir with modified date from "date" to "date".
the directory is full of files. Far too big to actually list them conventionally "ls". I was playing around with "file . -newer filename" to get all files that are newer than a certain file I specify. Is there a way I can specify that they must be newer than a file, and older than a different file?
Im trying to get files that are created between two date times in that directory. If possible, I kinda want it to return, not only the file names, but also the modified date. I trust nothing.
Thanks
the directory is full of files. Far too big to actually list them conventionally "ls". I was playing around with "file . -newer filename" to get all files that are newer than a certain file I specify. Is there a way I can specify that they must be newer than a file, and older than a different file?
Im trying to get files that are created between two date times in that directory. If possible, I kinda want it to return, not only the file names, but also the modified date. I trust nothing.
Thanks
Last edited: