るりまサーチ

最速Rubyリファレンスマニュアル検索!
486件ヒット [1-100件を表示] (0.104秒)
トップページ > クエリ:l[x] > クエリ:filter[x] > クエリ:shell/filter[x]

別のキーワード

  1. tracer add_filter
  2. csv filter
  3. _builtin filter
  4. _builtin filter!
  5. socket so_detach_filter

ライブラリ

クラス

キーワード

検索結果

<< 1 2 3 ... > >>

shell/filter (50016.0)

Shell::Filter を定義しているライブラリです。

...Shell::Filter を定義しているライブラリです。...

Shell::Filter (20016.0)

コマンドの実行結果はすべて Shell::Filter か、そのサブクラスのインスタンスとして返ります。

...コマンドの実行結果はすべて Shell::Filter か、そのサブクラスのインスタンスとして返ります。...

Shell::Filter#glob(pattern) -> Shell::Filter (17229.0)

実行すると, それらを内容とする Filter オブジェクトを返します.

... Filter オブジェクトを返します.

@param pattern シェルコマンド glob に与えるパターンを指定します。
パターンの書式については、Dir.[] を参照してください。

動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell....
...new
sh.transact {
glob("*.txt").to_a.each { |file|
file.chomp!
cat(file).each { |l|
echo(l) | tee(file + ".tee") >> "all.tee"
}
}
}

@see Dir.[]...

Shell::Filter#delete(*filename) -> Integer (17200.0)

File クラスにある同名のクラスメソッドと同じです.

...File クラスにある同名のクラスメソッドと同じです.

@param filename ファイル名を表す文字列を指定します。

@see File.delete...

Shell::Filter#executable?(file) -> bool (17200.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#executable?...

絞り込み条件を変える

Shell::Filter#executable_real?(file) -> bool (17200.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#executable_real?...

Shell::Filter#file?(file) -> bool (17200.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列か IO オブジェクトを指定します。

@see FileTest.#file?...

Shell::Filter#readable?(file) -> bool (17200.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#readable?...

Shell::Filter#readable_real?(file) -> bool (17200.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#readable_real?...

Shell::Filter#writable?(file) -> bool (17200.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#writable?...

絞り込み条件を変える

Shell::Filter#writable_real?(file) -> bool (17200.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#writable_real?...

Shell::Filter#blockdev?(file) -> bool (17100.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列か IO オブジェクトを指定します。

@see FileTest.#blockdev?...

Shell::Filter#finish_all_jobs (17100.0)

@todo

@todo

Shell::Filter#identical? (17100.0)

@todo

@todo

Shell::Filter#link(old, new) -> 0 (17100.0)

File クラスにある同名のクラスメソッドと同じです.

...File クラスにある同名のクラスメソッドと同じです.

@param old ファイル名を表す文字列を指定します。

@param new ファイル名を表す文字列を指定します。

@see File.link...

絞り込み条件を変える

Shell::Filter#lstat(filename) -> File::Stat (17100.0)

File クラスにある同名のクラスメソッドと同じです.

...File クラスにある同名のクラスメソッドと同じです.

@param filename ファイル名を表す文字列を指定します。

@see File.lstat...

Shell::Filter#readlink(path) -> String (17100.0)

File クラスにある同名のクラスメソッドと同じです.

...File クラスにある同名のクラスメソッドと同じです.

@param path シンボリックリンクを表す文字列を指定します。

@see File.readlink...
<< 1 2 3 ... > >>