From ad8ddfe2d43185a0bda5d13e85b77db3b1700d54 Mon Sep 17 00:00:00 2001 From: Horst JENS Date: Thu, 21 May 2026 08:58:37 +0200 Subject: [PATCH] what_next.md : removed dead link to unix replace site The task of using the Unix "replace" command leads to a dead site. i suggest using the unix "sed" command (or pythons "replace" textfuncion?) or (as in this pull request) removing the whole task --- what_next.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/what_next.md b/what_next.md index fd16c3b4..19309e35 100644 --- a/what_next.md +++ b/what_next.md @@ -10,11 +10,6 @@ This is fairly easy if you think about it in terms of all the various stuff that Once you are able to do this, you can claim to be a Python programmer. Now, immediately [send me an email]({{ book.contactUrl }}) thanking me for this great book ;-). This step is optional but recommended. Also, please consider [buying a printed copy]({{ book.buyBookUrl }}) to support the continued development of this book. -If you found that program easy, here's another one: - -> Implement the [replace command](http://unixhelp.ed.ac.uk/CGI/man-cgi?replace). This command will replace one string with another in the list of files provided. - -The replace command can be as simple or as sophisticated as you wish, from simple string substitution to looking for patterns (regular expressions). ## Next Projects