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 /
ruby19 /
share /
ri /
1.9.1 /
system /
Find /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-Find.ri
965
B
-rw-r--r--
2023-07-26 17:26
find-c.ri
432
B
-rw-r--r--
2023-07-26 17:26
find-i.ri
432
B
-rw-r--r--
2023-07-26 17:26
prune-c.ri
510
B
-rw-r--r--
2023-07-26 17:26
prune-i.ri
510
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::NormalModule[iI" Find:EF@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"KFor 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' ;FI" ;FI"total_size = 0 ;FI" ;FI"&Find.find(ENV["HOME"]) do |path| ;FI"$ if FileTest.directory?(path) ;FI") if File.basename(path)[0] == ?. ;FI"J Find.prune # Don't look any further into this directory. ;FI" else ;FI" next ;FI" end ;FI" else ;FI"+ total_size += FileTest.size(path) ;FI" end ;FI"end;F: @fileI"lib/find.rb;T;0[ [ [ [[I" class;F[[:public[[I" find;F@%[I" prune;F@%[:protected[ [:private[ [I" instance;F[[; [ [;[ [;[[@0@%[@2@%