简体   繁体   English

什么是Python的pass语句的Bash等价物

[英]What is the Bash equivalent of Python's pass statement

是否存在与Python的pass语句等效的Bash?

您可以使用:为此。

true is a command that successfully does nothing. true是一个成功无效的命令。

( false would, in a way, be the opposite: it doesn't do anything, but claims that a failure occurred.) (在某种程度上, false将是相反的:它没有做任何事情,但声称发生了失败。)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM