Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
ri /
system /
Open3 /
Delete
Unzip
Name
Size
Permission
Date
Action
capture2-c.ri
4.57
KB
-rw-r--r--
2026-04-07 16:51
capture2-i.ri
4.57
KB
-rw-r--r--
2026-04-07 16:51
capture2e-c.ri
4.67
KB
-rw-r--r--
2026-04-07 16:51
capture2e-i.ri
4.67
KB
-rw-r--r--
2026-04-07 16:51
capture3-c.ri
4.68
KB
-rw-r--r--
2026-04-07 16:51
capture3-i.ri
4.68
KB
-rw-r--r--
2026-04-07 16:51
cdesc-Open3.ri
3.45
KB
-rw-r--r--
2026-04-07 16:51
pipeline-c.ri
2.34
KB
-rw-r--r--
2026-04-07 16:51
pipeline-i.ri
2.34
KB
-rw-r--r--
2026-04-07 16:51
pipeline_r-c.ri
3.12
KB
-rw-r--r--
2026-04-07 16:51
pipeline_r-i.ri
3.12
KB
-rw-r--r--
2026-04-07 16:51
pipeline_rw-c.ri
3.52
KB
-rw-r--r--
2026-04-07 16:51
pipeline_rw-i.ri
3.52
KB
-rw-r--r--
2026-04-07 16:51
pipeline_start-c.ri
2.65
KB
-rw-r--r--
2026-04-07 16:51
pipeline_start-i.ri
2.65
KB
-rw-r--r--
2026-04-07 16:51
pipeline_w-c.ri
3.27
KB
-rw-r--r--
2026-04-07 16:51
pipeline_w-i.ri
3.27
KB
-rw-r--r--
2026-04-07 16:51
popen2-c.ri
5.51
KB
-rw-r--r--
2026-04-07 16:51
popen2-i.ri
5.51
KB
-rw-r--r--
2026-04-07 16:51
popen2e-c.ri
5.73
KB
-rw-r--r--
2026-04-07 16:51
popen2e-i.ri
5.73
KB
-rw-r--r--
2026-04-07 16:51
popen3-c.ri
6.04
KB
-rw-r--r--
2026-04-07 16:51
popen3-i.ri
6.04
KB
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI" pipeline:ETI"Open3::pipeline;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"Basically a wrapper for ;TI"-{Process.spawn}[rdoc-ref:Process.spawn] ;TI" that:;To:RDoc::Markup::BlankLine o:RDoc::Markup::List: @type:BULLET:@items[ o:RDoc::Markup::ListItem:@label0; [o; ; [I":Creates a child process for each of the given +cmds+ ;TI"by calling Process.spawn.;To;;0; [o; ; [I"JPipes the +stdout+ from each child to the +stdin+ of the next child, ;TI"6or, for the last child, to the caller's +stdout+.;To;;0; [o; ; [I"+Waits for the child processes to exit.;To;;0; [o; ; [I"FReturns an array of Process::Status objects (one for each child).;T@o; ; [I" Example:;T@o:RDoc::Markup::Verbatim; [I"3wait_threads = Open3.pipeline('ls', 'grep R') ;TI"[# => [#<Process::Status: pid 2139200 exit 0>, #<Process::Status: pid 2139202 exit 0>] ;T:@format0o; ; [I"Output:;T@o;; [I"Rakefile ;TI"README.md ;T;0o; ; [I"LLike Process.spawn, this method has potential security vulnerabilities ;TI"%if called with untrusted input; ;TI"Psee {Command Injection}[rdoc-ref:command_injection.rdoc@Command+Injection].;T@o; ; [I"HIf the first argument is a hash, it becomes leading argument +env+ ;TI"$in each call to Process.spawn; ;TI"Isee {Execution Environment}[rdoc-ref:Process@Execution+Environment].;T@o; ; [I"LIf the last argument is a hash, it becomes trailing argument +options+ ;TI"$in each call to Process.spawn' ;TI"Asee {Execution Options}[rdoc-ref:Process@Execution+Options].;T@o; ; [I"1Each remaining argument in +cmds+ is one of:;T@o;; ;;[o;;0; [o; ; [I"GA +command_line+: a string that begins with a shell reserved word ;TI"Aor special built-in, or contains one or more metacharacters.;To;;0; [o; ; [I"BAn +exe_path+: the string path to an executable to be called.;To;;0; [o; ; [I"<An array containing a +command_line+ or an +exe_path+, ;TI">along with zero or more string arguments for the command.;T@o; ; [I"aSee {Argument command_line or exe_path}[rdoc-ref:Process@Argument+command_line+or+exe_path].;T: @fileI"lib/open3.rb;T:0@omit_headings_from_table_of_contents_below0I"FOpen3.pipeline([env, ] *cmds, options = {}) -> array_of_statuses ;T0[ I"(*cmds);T@_FI" Open3;TcRDoc::NormalModule00