I would love that too :).
Can you tell us what is missing from the file properties?



On Sun, Jun 18, 2017 at 4:59 AM, Hernán Morales Durand
<hernan.mora...@gmail.com> wrote:
> I would like to find files in Pharo like the UNIX find command:
>
> find . -iname "*.txt" -type f -print
>
> find . \( -iname "*.txt" -o -iname "*.csv" \) -print
>
> find . -maxdepth 2 -name "example*"  -type f -print
>
> find . -type f -atime -7 -size +2M -perm 644 -print
>
> Do we have some package on top of FileSystem to make complex find searches?
>
> Hernán
>

Reply via email to