るりまサーチ

最速Rubyリファレンスマニュアル検索!
78件ヒット [1-78件を表示] (0.098秒)

別のキーワード

  1. shell/builtin-command new
  2. etc sc_shell
  3. shell/builtin-command each
  4. shell cd
  5. shell debug

キーワード

検索結果

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

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

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

動作例
require 'shell'
Shell
.def_system_command("head")
sh = Shell.new
sh.transact {
glob
("*.txt").to_a.each { |fil...

Shell::CommandProcessor#glob(pattern) -> Shell::Filter (21233.0)

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

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

動作例
require 'shell'
Shell
.def_system_command("head")
sh = Shell.new
sh.transact {
glob
("*.txt").to_a.each { |fil...

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

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

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

動作例
require 'shell'
Shell
.def_system_command("head")
sh = Shell.new
sh.transact {
glob
("*.txt").to_a.each { |fil...

Shell#cat(*files) -> Shell::Filter (17126.0)

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

...シェルコマンド cat に与えるファイル名を文字列で指定します。

動作例
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...

Shell#echo(*strings) -> Shell::Filter (17126.0)

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

...strings シェルコマンド echo に与える引数を文字列で指定します。

動作例
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...

絞り込み条件を変える

Shell#tee(file) -> Shell::Filter (17126.0)

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

...シェルコマンドtee に与えるファイル名を文字列で指定します。

動作例
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...

Shell::Glob#each(rs = nil) {|file| ... } (6001.0)

@todo

@todo

Shell::CommandProcessor#cat(*files) -> Shell::Filter (3126.0)

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

...シェルコマンド cat に与えるファイル名を文字列で指定します。

動作例
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...

Shell::CommandProcessor#echo(*strings) -> Shell::Filter (3126.0)

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

...strings シェルコマンド echo に与える引数を文字列で指定します。

動作例
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...

Shell::CommandProcessor#tee(file) -> Shell::Filter (3126.0)

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

...シェルコマンドtee に与えるファイル名を文字列で指定します。

動作例
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...

絞り込み条件を変える

Shell::Filter#cat(*files) -> Shell::Filter (3126.0)

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

...シェルコマンド cat に与えるファイル名を文字列で指定します。

動作例
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...

Shell::Filter#echo(*strings) -> Shell::Filter (3126.0)

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

...strings シェルコマンド echo に与える引数を文字列で指定します。

動作例
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...

Shell::Filter#tee(file) -> Shell::Filter (3126.0)

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

...シェルコマンドtee に与えるファイル名を文字列で指定します。

動作例
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...