Update structure for partials and examples

This commit is contained in:
Petr Bokoc 2022-01-13 20:42:40 +01:00
parent b1b3d6a960
commit 531ddf0721
89 changed files with 79 additions and 79 deletions

View file

@ -3,7 +3,7 @@
[[chap-Defensive_Coding-Shell]]
= Shell Programming and [application]*bash*
include::{partialsdir}/entities.adoc[]
include::partial$entities.adoc[]
This chapter contains advice about shell programming, specifically
in [application]*bash*. Most of the advice will apply
@ -350,7 +350,7 @@ POSIX shells.
[source,bash]
----
include::partial$snippets/Shell-Input_Validation.adoc[]
include::example$Shell-Input_Validation.adoc[]
----