Pregunta

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.

¿Fue útil?

Solución

Then mislead him:

$ echo "abcdefghijk" | file -
/dev/stdin: ASCII text
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top