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.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
Open3 /
Delete
Unzip
Name
Size
Permission
Date
Action
capture2-c.ri
1.31
KB
-rw-r--r--
2026-04-07 17:42
capture2-i.ri
1.3
KB
-rw-r--r--
2026-04-07 17:42
capture2e-c.ri
983
B
-rw-r--r--
2026-04-07 17:42
capture2e-i.ri
982
B
-rw-r--r--
2026-04-07 17:42
capture3-c.ri
1.98
KB
-rw-r--r--
2026-04-07 17:42
capture3-i.ri
1.98
KB
-rw-r--r--
2026-04-07 17:42
cdesc-Open3.ri
820
B
-rw-r--r--
2026-04-07 17:42
pipeline-c.ri
2.18
KB
-rw-r--r--
2026-04-07 17:42
pipeline-i.ri
2.18
KB
-rw-r--r--
2026-04-07 17:42
pipeline_r-c.ri
1.82
KB
-rw-r--r--
2026-04-07 17:42
pipeline_r-i.ri
1.82
KB
-rw-r--r--
2026-04-07 17:42
pipeline_rw-c.ri
2.05
KB
-rw-r--r--
2026-04-07 17:42
pipeline_rw-i.ri
2.05
KB
-rw-r--r--
2026-04-07 17:42
pipeline_start-c.ri
1.98
KB
-rw-r--r--
2026-04-07 17:42
pipeline_start-i.ri
1.98
KB
-rw-r--r--
2026-04-07 17:42
pipeline_w-c.ri
1.41
KB
-rw-r--r--
2026-04-07 17:42
pipeline_w-i.ri
1.41
KB
-rw-r--r--
2026-04-07 17:42
popen2-c.ri
1.43
KB
-rw-r--r--
2026-04-07 17:42
popen2-i.ri
1.43
KB
-rw-r--r--
2026-04-07 17:42
popen2e-c.ri
1.3
KB
-rw-r--r--
2026-04-07 17:42
popen2e-i.ri
1.3
KB
-rw-r--r--
2026-04-07 17:42
popen3-c.ri
2.55
KB
-rw-r--r--
2026-04-07 17:42
popen3-i.ri
2.55
KB
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI"popen2e:ETI"Open3::popen2e;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"DOpen3.popen2e is similar to Open3.popen3 except that it merges ;TI">the standard output stream and the standard error stream.;To:RDoc::Markup::BlankLine o; ; [I"Block form:;T@o:RDoc::Markup::Verbatim; [ I"QOpen3.popen2e([env,] cmd... [, opts]) {|stdin, stdout_and_stderr, wait_thr| ;TI"8 pid = wait_thr.pid # pid of the started process. ;TI" ... ;TI"G exit_status = wait_thr.value # Process::Status object returned. ;TI"} ;T:@format0o; ; [I"Non-block form:;T@o;; [ I"Pstdin, stdout_and_stderr, wait_thr = Open3.popen2e([env,] cmd... [, opts]) ;TI" ... ;TI"Zstdin.close # stdin and stdout_and_stderr should be closed explicitly in this form. ;TI"stdout_and_stderr.close ;T; 0o; ; [I"HSee Process.spawn for the optional hash arguments _env_ and _opts_.;T@o; ; [I" Example:;To;; [I"# check gcc warnings ;TI"source = "foo.c" ;TI"5Open3.popen2e("gcc", "-Wall", source) {|i,oe,t| ;TI" oe.each {|line| ;TI" if /warning/ =~ line ;TI" ... ;TI" end ;TI" } ;TI"};T; 0: @fileI"lib/open3.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(*cmd, &block);T@4FI" Open3;TcRDoc::NormalModule00