Sha256: b7ac8039db9b07429e15141567835b4a327640398600cbcfd35f08734705762e

Contents?: true

Size: 291 Bytes

Versions: 120

Compression:

Stored size: 291 Bytes

Contents

# FeduxOrgStdlib::Command

## Usage

### which

Searches command in PATH. It supports the usage of a full path as well.

```ruby
require 'fedux_org_stdlib/command'

class XY
  include Command

  def method
    cmd_path = which( 'echo' )
    cmd_path = which( '/usr/bin/echo' )
  end
end
```

Version data entries

120 entries across 120 versions & 1 rubygems

Version Path
fedux_org-stdlib-0.8.6 doc/commands.md
fedux_org-stdlib-0.8.5 doc/commands.md
fedux_org-stdlib-0.8.4 doc/commands.md
fedux_org-stdlib-0.8.3 doc/commands.md
fedux_org-stdlib-0.8.0 doc/commands.md
fedux_org-stdlib-0.7.33 doc/commands.md
fedux_org-stdlib-0.7.31 doc/commands.md
fedux_org-stdlib-0.7.30 doc/commands.md
fedux_org-stdlib-0.7.29 doc/commands.md
fedux_org-stdlib-0.7.28 doc/commands.md
fedux_org-stdlib-0.7.27 doc/commands.md
fedux_org-stdlib-0.7.26 doc/commands.md
fedux_org-stdlib-0.7.25 doc/commands.md
fedux_org-stdlib-0.7.24 doc/commands.md
fedux_org-stdlib-0.7.23 doc/commands.md
fedux_org-stdlib-0.7.22 doc/commands.md
fedux_org-stdlib-0.7.21 doc/commands.md
fedux_org-stdlib-0.7.20 doc/commands.md
fedux_org-stdlib-0.7.19 doc/commands.md
fedux_org-stdlib-0.7.18 doc/commands.md