gpt4 book ai didi

file - 什么是 unix 上的常规文件

转载 作者:行者123 更新时间:2023-12-04 00:40:12 25 4
gpt4 key购买 nike

我看到了 test 的手册页.

在下面提到的地方。

-e  pathname
True if pathname resolves to a file that exists. False if pathname cannot be resolved.
-f pathname
True if pathname resolves to a file that exists and is a regular file. False if pathname cannot be resolved, or if pathname resolves to a file that exists but is not a regular file.
-f旗帜说
如果路径名解析为存在且是常规文件的文件,则为真
谁能告诉我什么是常规文件,什么不是常规文件。

最佳答案

非常规文件是设备、管道、套接字...尝试[ -f /dev/tty0 ] , 例如。符号链接(symbolic link)也是非常规的,但它们由 test -f 解决.

关于file - 什么是 unix 上的常规文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6858452/

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