Running top -p $(pidof init) and top -p `pidof init` gives the same output. Are these two ways of doing the same thing, or are there differences?
|
|
|||||||||||
|
|
The old-style backquotes
works if the nested backquotes are escaped:
backslash fun:
The new-style Apart from the technical point of view, the old-style
(and SE uses |
|||||||||||||||
|
|
Obvious difference I observe is that you cannot nest backticks while you can nest |
|||||||||
|
|
|
|||
|
|