Description

-v Write a string to standard output that indicates the pathname or command that will be used by the shell, in the current shell execution environment (see Shell Execution Environment), to invoke command_name, but do not invoke command_name.

example: if [ ! command -v iconv ]; then echo "not exists"; fi

Preview

Tags

Users

  • @jil

Comments and Reviews