mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
decorate new note about $() and ``
This commit is contained in:
parent
adba2dae8a
commit
139b77e4a2
@ -210,10 +210,10 @@ cd build</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para>The command below shows an example of nested command substitution
|
||||
using two methods: backquotes and a $() construct. It could be rewritten
|
||||
using the same method for both substitutions, but is shown this way
|
||||
to demonstrate how they can be mixed. Generally the $() method is
|
||||
preferred.</para>
|
||||
using two methods: backquotes and a <literal>$()</literal> construct.
|
||||
It could be rewritten using the same method for both substitutions,
|
||||
but is shown this way to demonstrate how they can be mixed. Generally
|
||||
the <literal>$()</literal> method is preferred.</para>
|
||||
</note>
|
||||
|
||||
<screen><userinput remap="install">cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user