Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/vb.net/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Csh 在unix中继续_Csh_Tcsh - Fatal编程技术网

Csh 在unix中继续

Csh 在unix中继续,csh,tcsh,Csh,Tcsh,我在写脚本,我很好奇,c-shell是否有类似于c中的continue。是的。从csh手册页(在OSX上): 是的以前有人问过你,但是为什么要使用c shell???如果你在一个没有bash的平台上,你应该使用Bourne shell(sh)-c-shell不是用来编写脚本的,它基本上是一个cr*p。这是我的项目,我知道c-shell。。。但是我能用讲座做些什么呢?也许可以让你的讲师了解C外壳的许多缺陷? continue Continues execution o

我在写脚本,我很好奇,c-shell是否有类似于c中的
continue

是的。从csh手册页(在OSX上):


是的

以前有人问过你,但是为什么要使用c shell???如果你在一个没有bash的平台上,你应该使用Bourne shell(sh)-c-shell不是用来编写脚本的,它基本上是一个cr*p。这是我的项目,我知道c-shell。。。但是我能用讲座做些什么呢?也许可以让你的讲师了解C外壳的许多缺陷?
   continue
           Continues  execution of the nearest enclosing while or foreach.
           The rest of the commands on the current line are executed.