set notetype to 'reference' and added 'sourcetext' to tags
This commit is contained in:
parent
2db580d0ee
commit
81d99248aa
221 changed files with 546 additions and 506 deletions
7
temp_script.sh
Normal file
7
temp_script.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
for file in $(find Corpus/Standards/ISO27x/OST/27001/EN -name "*.md" -not -name "c-3-Terms-and-definitions.md"); do
|
||||
sed -i '' 's/notetype: sourcetext/notetype: reference/' "$file"
|
||||
sed -i '' '/status: active/i\
|
||||
- sourcetext
|
||||
' "$file"
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue