GNU Find Examples

From Michael's Information Zone
Jump to navigation Jump to search

Relative paths

[1]

find /somedir/ -type f -mtime -90 -exec realpath --relative-to /somedir {} \;