Hacker News new | ask | show | jobs
by rascul 1328 days ago
> 8. '[' and '[[' are both bash builtins.

'[' is a builtin, '[[' is a keyword. Can use bash's builtin 'type' to check.