1
0
Fork 0
mirror of https://github.com/zdharma-continuum/zinit-configs.git synced 2025-01-31 04:08:16 +01:00
zinit-configs/psprint/functions/f1rechg
2019-06-27 12:47:09 +02:00

5 lines
104 B
Bash

# DESC: Finds files changed in last 15 minutes
find . -newerct "15 minute ago" -print
# vim:ft=zsh:et