bash-hackers-wiki/docs/syntax
Hanson Char e966036f05 Fix hyperlinks of markdown pages at depth 2
find docs/ -depth 2  -name '*.md' | xargs grep '(.*/' -l | \
  xargs -I{} \
  sed -i '' \
  -e 's%(/\([^/#).][^/#).]*\)/\([^/#).][^/#).]*\)\(.md\)\{0\})%(../\1/\2.md)%g' \
  -e 's%(/\([^/#).][^/#).]*\)/\([^/#).][^/#).]*\)#\([0-9a-zA-Z_-][0-9a-zA-Z_-]*\))%(../\1/\2.md#\3)%g' \
  -e 's%(/\([^/#).][^/#).]*\)/\([^/#).][^/#).]*\)/\([^/#).][^/#).]*\)\(.md\)\{0\})%(../\1/\2/\3.md)%g' \
  -e 's%(/\([^/#).][^/#).]*\)/\([^/#).][^/#).]*\)/\([^/#).][^/#).]*\)#\([0-9a-zA-Z_-][0-9a-zA-Z_-]*\))%(../\1/\2/\3.md#\4)%g' \
  -e 's%](\([^:.>)#][^:.>)#]*\))%](../\1.md)%g' \
  -e 's%](\([^:.>)#][^:.>)#]*\)#\([^:.>)#][^:.>)#]*\))%](../\1.md#\2)%g' \
  {}

Related to https://github.com/flokoe/bash-hackers-wiki/issues/10
2024-01-28 17:26:10 -08:00
..
ccmd Convert syntax pages to Markdown 2023-07-05 11:43:35 +02:00
expansion Convert syntax pages to Markdown 2023-07-05 11:43:35 +02:00
grammar Convert syntax pages to Markdown 2023-07-05 11:43:35 +02:00
keywords Convert syntax pages to Markdown 2023-07-05 11:43:35 +02:00
arith_expr.md Fix hyperlinks of markdown pages at depth 2 2024-01-28 17:26:10 -08:00
arrays.md Fix hyperlinks of markdown pages at depth 2 2024-01-28 17:26:10 -08:00
basicgrammar.md Fix hyperlinks of markdown pages at depth 2 2024-01-28 17:26:10 -08:00
pattern.md Fix hyperlinks of markdown pages at depth 2 2024-01-28 17:26:10 -08:00
pe.md Fix hyperlinks of markdown pages at depth 2 2024-01-28 17:26:10 -08:00
quoting.md Fix hyperlinks of markdown pages at depth 2 2024-01-28 17:26:10 -08:00
redirection.md Fix hyperlinks of markdown pages at depth 2 2024-01-28 17:26:10 -08:00
shellvars.md Fix hyperlinks of markdown pages at depth 2 2024-01-28 17:26:10 -08:00
words.md Fix hyperlinks of markdown pages at depth 2 2024-01-28 17:26:10 -08:00