We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c3db4 commit 007cea8Copy full SHA for 007cea8
learningbash.md
@@ -69,3 +69,9 @@
69
#### Length operator
70
- if `exo1` is a file, `echo ${#exo1}` will print 4.
71
72
+ ### Command Substitution
73
+ The syntax of command substitution is: `$(unix command)`.
74
+
75
+ Example : `a=$(ls)`, the variable `a` will contain the output of the `ls` command.
76
77
0 commit comments