First page
Back
Continue
Last page
Overview
Command Line Expansion: Variable and String
Parameter/Variable: (
$
)
Substitute the value of a variable in a command line
$ cd $HOME/public_html
Curly braces:
{ }
A string is created for every pattern inside the braces regardless if any file exists
$ rm hello.{c,o}