当前位置: 技术问答>linux和unix
CShell编程的问题~
来源: 互联网 发布时间:2015-05-27
本文导语: 在CShell中如何判断一个文件/目录是否存在~~? | if ( -e name ) then action endif man test
在CShell中如何判断一个文件/目录是否存在~~?
|
if ( -e name ) then
action
endif
man test
action
endif
man test