Question

file <(echo "abcdefghijk")

It would be really cool if this could print something like "ASCII text", i.e. that file won't just give up and tell me it's a fifo.

Était-ce utile?

La solution

Then mislead him:

$ echo "abcdefghijk" | file -
/dev/stdin: ASCII text
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top