Sha256: 894386ca72af6865a3310ccff479bed5a76641cc1c68b54cddf95c83ba9529ed

Contents?: true

Size: 100 Bytes

Versions: 8

Compression:

Stored size: 100 Bytes

Contents

# encoding: utf-8

require 'tty-command'

cmd = TTY::Command.new

cmd.run(:ls, :out => 'ls_sample')

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tty-command-0.5.0 examples/redirect_stdout.rb
tty-command-0.4.0 examples/redirect_stdout.rb
tty-command-0.3.3 examples/redirect_stdout.rb
tty-command-0.3.2 examples/redirect_stdout.rb
tty-command-0.3.1 examples/redirect_stdout.rb
tty-command-0.3.0 examples/redirect_stdout.rb
tty-command-0.2.0 examples/redirect_stdout.rb
tty-command-0.1.0 examples/redirect_stdout.rb