Method: Linebook::Os::Posix::Utilities#cat
- Defined in:
- lib/linebook/os/posix/utilities.rb
#cat(*files) ⇒ Object
Concatenate and print files. [Spec]
23 24 25 26 |
# File 'lib/linebook/os/posix/utilities.rb', line 23 def cat(*files) execute 'cat', *files chain_proxy end |