Method: Linebook::Os::Posix::Utilities#tail
- Defined in:
- lib/linebook/os/posix/utilities.rb
#tail(file, options = {}) ⇒ Object
Copy the last part of a file. [Spec]
594 595 596 597 |
# File 'lib/linebook/os/posix/utilities.rb', line 594 def tail(file, ={}) execute 'tail', file, chain_proxy end |