Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
corentinm7
/
dnd-qa
like
0
Runtime error
App
Files
Files
Community
main
dnd-qa
/
awk.sh
Corentin
spaces
ea4e986
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
144 Bytes
awk
'{B[NR%3]=$0} NR>2{ print B[(NR+1)%3]} /^level/ {print ""} END {print B[(NR+2)%3]; print B[(NR+3)%3]}'
dnd_spell.txt > dnd_spell_split.txt