Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Bash,你有命令:
:
空命令。 没有效果; 该命令什么也不做。 退出状态: 总能成功。
例子
: 'foo'
PowerShell 有类似的东西吗?
在上面的例子中,ForEach-Object别名%有效
ForEach-Object
%
% 'foo'
或者
function : {} : 'foo'
[void] 'foo'
PowerShell 数据类型