Linux bash which command All In One
which
Python 3
$ which python
# python not found
$ which python3
/usr/bin/python3
VS Code
$ which code
/usr/local/bin/code
$ code .zshrc
$ source ~/.zshrc
refs
https://www.cnblogs.com/xgqfrms/tag/which/
©xgqfrms 2012-2020
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 ️,侵权必究⚠️!