Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1245787
clear_cache.sh
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 21, 8:27 AM
Size
180 B
Mime Type
text/plain
Expires
Sun, Nov 23, 8:27 AM (1 d, 18 h)
Engine
blob
Format
Raw Data
Handle
806368
Attached To
rINP In-Portal
clear_cache.sh
View Options
cd
../system/cache/
;
find
./
-maxdepth
1
-not
-name
"CVS"
-not
-name
".svn"
-not
-name
".htaccess"
-type
d
-o
-name
"debug_*"
|
xargs
rm
-Rf
cd
../.restricted/
;
rm
debug_*.txt
-Rf
Event Timeline
Log In to Comment