WordPress.org
Search WordPress.org for:
Submit
Toggle Menu
Showcase
Learn
Themes
Plugins
Mobile
Support
Documentation
Forums
Get Involved
About
Blog
Hosting
Get WordPress
Make WordPress Core
Blog
Handbook
Tickets
Components
Browse Source
Trac Timeline
Create a New Ticket
Search:
Login
Notifications
Context Navigation
Back to Ticket #20727
Ticket #20727
: wp-old-files
File wp-old-files,
203 bytes
(added by
ryan
,
9 years ago
)
My simple-minded script for listing old files, should anyone care.
Line
1
#!/bin/sh
2
3
repo
=
/Users/you/wordpress
4
5
diff -qr --exclude
=
.svn
$repo
/branches/
$1
/
$repo
/trunk/ | grep
"Only in $repo/branches/$1/"
| sed
"s|Only in $repo/branches/$1/||g"
| sed
's|: |/|g'
| sed
's|^/||g'
Trac UI Preferences
Download in other formats:
Original Format