vastutsav / command-line-quick-reference

quick reference on command line tools and techniques for the people with limited time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't recommend backticks

rawiriblundell opened this issue · comments

syntax is `command`

Please don't recommend backticks. This is an archaic form that was superseded in 1983 by $(command). Backticks are deprecated and exist solely for backwards compatibility.