一个shell命令问题!

例如有一文本输出为
    one
    two
    three
    four
    five
    six
    如何使它输出为
    one two three four five six

解释一下为何这个命令可以实现:echo $(< /your/file)
我对shell很陌生,谢谢了!