Hi Alexander, I noticed I get a 'Broken pipe' error whenever I try to pipe the output of ls to head and tail.
Example: ls |head -n 10 |tail -n 3 This only seems to happen when retrieving the list from the server. When listing from cache, I don't get any error. If there is any other way to only show sub-lists of files/folders in a large directory, please let me know. It's hard going through directories with hundreds of entries without breaking it into smaller sections. Thanks, -- Adam <[EMAIL PROTECTED]>
