We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c4fcd commit 718bd7aCopy full SHA for 718bd7a
content/pages/02-development-environments/08-bash-shell.markdown
@@ -69,3 +69,7 @@ during Python software development as part of a programmer's
69
application that generates a hostable, customizable status page for your
70
services.
71
72
+* [Replacing Bash scripts with Python](https://github.com/ninjaaron/replacing-bash-scripting-with-python)
73
+ is a guide on using using Python for administrative scripting, including
74
+ what to do about replacing invaluable command line tools such as `awk`,
75
+ `sed` and `grep`.
0 commit comments