Changes between Initial Version and Version 2 of Ticket #2620


Ignore:
Timestamp:
Jun 10, 2014, 11:17:13 AM (10 years ago)
Author:
sanderd17
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2620

    • Property Type defecttask
  • Ticket #2620 – Description

    initial v2  
    3232xml, Entity, Identity, Rank, Promotion, Actor
    3333}}}
     34
     35So as a oneliner (should be checked for corectness):
     36
     37{{{
     38find *_[ae].xml -type f -exec sed -i '/xml\|Entity\|Identity\|Rank\|Promotion\|Actor/!d' {} \;
     39}}}