- Zhuangzi (book) (Wikipedia)
The Zhuangzi (Chinese: 莊子, historically romanized Chuang Tzŭ) is an ancient Chinese text from the late Warring States period (476–221 BC) containing stories and anecdotes that exemplify the carefree nature of the ideal Taoist sage. Named for its traditional author, “Master Zhuang” (Zhuangzi), the Zhuangzi is one of the two foundational texts of Taoism, along with the Tao Te Ching.
- cat (Unix) (Wikipedia)
cat is a standard Unix utility that reads files sequentially, writing them to standard output. The name is derived from its function to (con)catenate files (from Latin catenare, “to chain”). It has been ported to a number of operating systems. ¶ The other primary purpose of cat, aside from concatenation, is file printing — allowing the computer user to view the contents of a file. Printing is the most common use of cat.