| |<- | <- | -> | ->| |
[jao@zack]$ cat /usr/share/dict/words | osh ^ \
select 'w: len(w) > 30' ^ \
out %s
dichlorodiphenyltrichloroethane
pneumonoultramicroscopicsilicovolcanoconiosis
– Pipe words of dictionary to osh.
– Convert to Python strings and pipe to next command.