Y
Hacker News
new
|
ask
|
show
|
jobs
by
JosephRedfern
4686 days ago
josephredfern@ubuntu:~$ which [ /usr/bin/[
2 comments
Daviey
4685 days ago
Use 'type', not 'which'
link
LukeShu
4685 days ago
It exists as both an external program, and as a builtin
$ type [ [ is a shell builtin
link