mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-27 09:15:50 +03:00
1adab9bc3f
``` for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do flegacy=$(echo "$f" | sed 's/python/pythonlegacy/') git mv "$f" "$flegacy" done ``` |
||
---|---|---|
.. | ||
bash-tw.html.markdown | ||
dart-tw.html.markdown | ||
elixir-tw.html.markdown | ||
pcre-tw.html.markdown | ||
pythonlegacy-tw.html.markdown |