15 Oct
2015
15 Oct
'15
09:40
Does anyone know of a way of limiting output from "find" which doesn't involve looking up the entire directory and piping through head etc ? Not what I want: find <dir> -type f | head -1000 I was hoping for something like this: find <dir> -type f -n 1000 "-n 1000" = give me only the first 1000 names. -- Per Jessen, Zürich (4.9°C) http://www.hostsuisse.com/ - virtual servers, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org