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.222
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby33 /
share /
ri /
system /
Find /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-Find.ri
1.2
KB
-rw-r--r--
2026-04-07 17:22
find-c.ri
595
B
-rw-r--r--
2026-04-07 17:22
find-i.ri
594
B
-rw-r--r--
2026-04-07 17:22
prune-c.ri
595
B
-rw-r--r--
2026-04-07 17:22
prune-i.ri
594
B
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::NormalModule[iI" Find:ET@0o:RDoc::Markup::Document:@parts[o;;[ o:RDoc::Markup::Paragraph;[I"NThe +Find+ module supports the top-down traversal of a set of file paths.;To:RDoc::Markup::BlankLine o; ;[I"LFor example, to total the size of all files under your home directory, ;TI">ignoring anything in a "dot" directory (e.g. $HOME/.ssh):;T@o:RDoc::Markup::Verbatim;[I"require 'find' ;TI" ;TI"total_size = 0 ;TI" ;TI"&Find.find(ENV["HOME"]) do |path| ;TI"$ if FileTest.directory?(path) ;TI"1 if File.basename(path).start_with?('.') ;TI"J Find.prune # Don't look any further into this directory. ;TI" else ;TI" next ;TI" end ;TI" else ;TI"+ total_size += FileTest.size(path) ;TI" end ;TI"end;T:@format0: @fileI"lib/find.rb;T:0@omit_headings_from_table_of_contents_below0; 0;0[ [U:RDoc::Constant[i I"VERSION;TI"Find::VERSION;T:public0o;;[ ; @%;0@%@cRDoc::NormalModule0[ [[I" class;T[[;[ [:protected[ [:private[[I" find;TI"lib/find.rb;T[I" prune;T@<[I" instance;T[[;[ [;[ [;[[@;@<[@>@<[ [U:RDoc::Context::Section[i 0o;;[ ; 0;0[I"lib/find.rb;T@%cRDoc::TopLevel