Brett Lymn wrote:
> Ever wondered why:
>
> if [ -x some/file ]
> then
>   echo "file executable"
> fi
>
> works in /bin/sh?

Actually [ in sh is a shell-builtin, but apart from that that's
what it's about.

Additionally:

  ls -li '/bin/test' '/bin/['



# Han

Reply via email to