Skip to main content

Thread: Search for File Modified at Specific Time


  1. how find file modified march 17, 2010, between 3:30 pm , 4:05 pm? know must missing somewhere.
  2. how search info this? goggled "search files time linux" , got 38,300,000 results. looked through first 4 pages , did not see looking for.
  3. do need calculate how many minutes ago , give find.
  4. i want in gui can operate on files found without typing in stuff.

quote posted clcressman view post
  1. how find file modified march 17, 2010, between 3:30 pm , 4:05 pm? know must missing somewhere.
  2. how search info this? goggled "search files time linux" , got 38,300,000 results. looked through first 4 pages , did not see looking for.
  3. do need calculate how many minutes ago , give find.
  4. i want in gui can operate on files found without typing in stuff.
1. , 3. got inspiration. opened terminal in /tmp, , executed following commands.
code:
touch -t 03171530 t1 touch -t 03171605 t2 sudo find / -mount -type f -newer t1 -not -newer t2 -fprint0 result
i used sudo thought might want results restricted directories. opened result hex editor because first 2 choices did not display properly.

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

Popular posts from this blog

How to decompile jsxbin to jsx

Gavik Photoslide GK2: Not able to upload photos - Joomla! Forum - community, help and support

Phoca Guestbook logger registret bruger af - Joomla! Forum - community, help and support