- Wallace Falls State Park History (parks.wa.gov)
Wallace Falls State Park highlights three plunging waterfalls on the Wallace River. The largest one drops 265 feet down a sheer face of moss-covered rock. The park’s busy, well-built trails are a testament to the hard work and persistence of those who dedicated themselves to its creation.
- 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.