[ 源代码: ruby-fixwhich ]
软件包:ruby-fixwhich(1.0.2-2)
ruby module that emulates the 'which' program
Searches the path, or a provided path with given separators (path_sep, commonly “:”) and a separator for directories (dir_sep, commonly “/”), will return all of the places that filename occurs. `filename' is included as a part of the output.
Note that the filename must both exist in the path and be executable for it to appear in the return value.
其他与 ruby-fixwhich 有关的软件包
|
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-pathname2
- alternate implementation of the Pathname class