gpt4 book ai didi

php - 如何让 bash 检查文件的位置?

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:21:43 26 4
gpt4 key购买 nike

我希望我的 bash 脚本找到 PHP 的安装位置 - 这将用于不同的 Linux 服务器,其中一些将无法使用 which 命令。我需要第二行的帮助:

#!/bin/bash
if (php is located in /usr/bin/php); then
PHP = /usr/bin/php
else
PHP = /usr/local/zend/bin/php
fi
$PHP script.php

最佳答案

使用这个:

`which php`

但这就是会做的:

#!/bin/env php
<?php

require 'script.php';

关于php - 如何让 bash 检查文件的位置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3641456/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com