Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
rascul
on Oct 27, 2022
|
parent
|
context
|
favorite
| on:
Shell script best practices, from a decade of scri...
> 8. '[' and '[[' are both bash builtins.
'[' is a builtin, '[[' is a keyword. Can use bash's builtin 'type' to check.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
'[' is a builtin, '[[' is a keyword. Can use bash's builtin 'type' to check.