Home Reverse colors Help
Single page Previous Contents Next

Introduction to GNU/Linux
21 / 102

Special Characters

Shell Special Characters
Character Meaning or Use
newline space tab Word separators
; Command separator
& Background execution
( ) Command grouping (subshell)
{ } Command block
| > < & Redirections
* ? [ ] ~ ! Filename metacharacters
` Command substitution
$ Variable (or command) substitution
# Comment
\ " ' Escape or quote other characters

Previous Contents Next
Contact