Skip to main content

Thread: Lubuntu - script for "recently used" files


hoping might able write little script can run console.

display latest 15-20 files i've used. let me open file typing in number of file in list generated.

because run lxde in lubuntu, doesn't have separate "recently used" files option , file manager consistently misses files i've opened lately.

this find files under home directory accessed less 24 hours ago
code:
find ~ -atime 0
, same files accessed in last 5 minutes
code:
find ~ -amin -5


Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk Lubuntu - script for "recently used" files


Ubuntu

Comments

Popular posts from this blog

Some mp4 files not displaying correctly (CS6)

Thread: Samba is not authenticating with LDAP