all: follow fd-find size arg syntax
Closed this issue · 0 comments
chapmanjacobd commented
Describe the solution you'd like
I would like to be able to constrain using more than the default unit.
For example, size:
- current:
library watch -z+1024
(more than 1024 MB; this should still be valid) - desired:
library watch -z+1gb
(more than 1GB)
Duration:
- current:
library watch -d+60
(more than 60 mins; this should still be valid) - desired:
library watch -d+1h
(more than 1 hour)