I was wondering if there is a way to specify the first N files under a given a directory in zsh.
I am interested in solutions for recursive enumeration (i.e. any file recursively below a path is considered for the enumeration) and non-recursive (only those files strictly under a given folder are considered).
Thanks!