View Issue Details

IDProjectCategoryView StatusLast Update
0000034fileGeneralpublic2018-10-01 18:53
Reporteranonymous Assigned Tochristos  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionno change required 
Product Version5.33 
Summary0000034: allow piping
Descriptionso i was wondering what kind of files live in my /usr/lib directory, so i naively tried:

find /usr/lib -type f | file

but only got the `file` usage info printed out.
so i assume we cannot pipe filepaths to `file`?

could we have this awesome feature?
Steps To Reproducefind /usr/lib -type f | file
TagsNo tags attached.

Activities

christos

2018-10-01 18:53

manager   ~0000076

find . -type f | file -f -

Issue History

Date Modified Username Field Change
2018-08-29 11:35 anonymous New Issue
2018-10-01 18:52 christos Assigned To => christos
2018-10-01 18:52 christos Status new => assigned
2018-10-01 18:53 christos Status assigned => resolved
2018-10-01 18:53 christos Resolution open => no change required
2018-10-01 18:53 christos Note Added: 0000076