Thread: Search for File Modified at Specific Time
- how find file modified march 17, 2010, between 3:30 pm , 4:05 pm? know must missing somewhere.
- how search info this? goggled "search files time linux" , got 38,300,000 results. looked through first 4 pages , did not see looking for.
- do need calculate how many minutes ago , give find.
- i want in gui can operate on files found without typing in stuff.
1. , 3. got inspiration. opened terminal in /tmp, , executed following commands.
i used sudo thought might want results restricted directories. opened result hex editor because first 2 choices did not display properly.code:touch -t 03171530 t1 touch -t 03171605 t2 sudo find / -mount -type f -newer t1 -not -newer t2 -fprint0 result
have different suggestion? how 2. , 4.?
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Search for File Modified at Specific Time
Ubuntu
Comments
Post a Comment