/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find /usr/local/www/vhosts -type f -name 'CHANGELOG.php' -exec grep -Hm 1 "^-------------------- " {} + | sed -e 's|^/usr/local/www/vhosts/\([^/]*\)/[^:]*:\(--\)*\(.*\]\) \(--\)*|\3: \1|' | sort -t . -k1n,1n -k2n,2n -k3n,3n