This is an old revision of the document!


Upgrade

$ find . -type f | while read line ; do diff ../dokuwiki-2020-07-29/${line} ../rostin-stage/${line} &> /dev/null ; if [[ $? != 0 ]] ; then echo $line ; fi ; done
  • deleting files listed in data/deleted.files
# cd dokuwiki-2020-07-29
# grep -v ^# data/deleted.files | while read line ; do if [[ -f $line ]] ; then echo $line ; rm -f $line ; fi ; done
howtos/dokuwiki.1612252940.txt.gz · Last modified: 2021/02/02 09:02 by admin
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0