Вопрос

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.

Это было полезно?

Решение

Then mislead him:

$ echo "abcdefghijk" | file -
/dev/stdin: ASCII text
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top