mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-12 17:54:26 +02:00
Rename Python 3 markdown files into 'python'
``` for f in $(find . -iname "*python3*" | grep -vE 'git'); do fnew=$(echo "$f" | sed 's/python3/python/') git mv "$f" "$fnew" done
This commit is contained in:
1016
it-it/python-it.html.markdown
Normal file
1016
it-it/python-it.html.markdown
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user