From c18af4e5029bad2e72db348a0a74479380f08642 Mon Sep 17 00:00:00 2001 From: davhojt Date: Mon, 3 Apr 2023 02:25:04 +0300 Subject: [PATCH] docs(devops): add videos to scripting pisince --- subjects/devops/count-files/README.md | 1 + subjects/devops/json-researcher/README.md | 4 ++++ subjects/devops/strange-files/README.md | 1 + 3 files changed, 6 insertions(+) diff --git a/subjects/devops/count-files/README.md b/subjects/devops/count-files/README.md index bd7f2322f..8d7b85981 100644 --- a/subjects/devops/count-files/README.md +++ b/subjects/devops/count-files/README.md @@ -45,5 +45,6 @@ $ wc -lwc example.md ### References +- [Wildcards](https://www.youtube.com/watch?v=DjBg8_ZtSDE) - [Find](https://manned.org/find). - [wc](https://www.gnu.org/software/coreutils/wc). diff --git a/subjects/devops/json-researcher/README.md b/subjects/devops/json-researcher/README.md index 56c1c0a03..567b9b321 100644 --- a/subjects/devops/json-researcher/README.md +++ b/subjects/devops/json-researcher/README.md @@ -59,3 +59,7 @@ You may need to use pipes `(|)` and the logical operator `&&`. > You have to use Man or Google to know more about commands flags, in order to solve this exercise! > Google and Man will be your friends! + +### References + +- [Pipes](https://www.youtube.com/watch?v=ou9o20pzxeg) diff --git a/subjects/devops/strange-files/README.md b/subjects/devops/strange-files/README.md index 4c1e376b1..f6c1304de 100644 --- a/subjects/devops/strange-files/README.md +++ b/subjects/devops/strange-files/README.md @@ -58,5 +58,6 @@ $ touch foo\!\\.txt ### References +- [Escape Characters](https://www.youtube.com/watch?v=ZenUrQeHl7c) - [ls](https://www.gnu.org/software/coreutils/ls). - [touch](https://www.gnu.org/software/coreutils/touch).