gpt4 book ai didi

linux - Shebang 选项 ' #!/bin/csh -f '

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

Shebang 选项 -f 有什么作用?我如何找到或找到有关所有 Shebang 选项的详细说明?

#! /bin/csh -f

最佳答案

没有任何“shebang 选项”。

shebang 中二进制文件的任何选项都有选项。

所以这是一个 csh 选项。

具体来说(来自 the man page ):

-f

The shell will start faster, because it will neither search for nor execute commands from the file .cshrc in the invoker's home directory. Note: if the environment variable HOME is not set, fast startup is the default.

关于linux - Shebang 选项 ' #!/bin/csh -f ',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33637186/

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