Domanda

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.

È stato utile?

Soluzione

Then mislead him:

$ echo "abcdefghijk" | file -
/dev/stdin: ASCII text
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top