File: update_header_dates.sh

package info (click to toggle)
openms 2.4.0-real-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 646,136 kB
  • sloc: cpp: 392,260; xml: 215,373; python: 10,976; ansic: 3,325; php: 2,482; sh: 901; ruby: 399; makefile: 141; perl: 85
file content (2 lines) | stat: -rw-r--r-- 292 bytes parent folder | download
1
2
find . -type f | xargs sed -i 's/and Freie Universitaet Berlin 2002-20../and Freie Universitaet Berlin 2002-2018/g'
## For all files and on MacOS: find . -type f ! -path "./.git/*" -exec sed -i '' -e 's/and Freie Universitaet Berlin 2002-20../and Freie Universitaet Berlin 2002-2018/g' {} \;