查看“Shell 命令”的源代码
←
Shell 命令
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看和复制此页面的源代码。
[[Category:命令行]] == 例子 == === 使用 <code>git diff</code> 的格式比较不在仓库中的文件 === <ref>https://stackoverflow.com/a/17433969/10974106</ref> git diff --no-index -- A B 还可加 <code>git diff</code> 的其他选项(如指定 context 行数等等) === ulimit === 查看各种信息 ulimit -a 更改 stack size ulimit -s 64000 === 同时运行几个命令 === 使用 xargs。 <syntaxhighlight lang=bash> ls dir | xargs -P4 -L1 cargo run --release </syntaxhighlight> 实时查看正在运行哪些命令: <syntaxhighlight lang=bash> watch -n 1 'pgrep -x cargo | xargs -L1 cmdof' </syntaxhighlight> <code>cmdof</code> 见我的 [https://github.com/weirane/scripts/blob/b3b501d0e1e95607975e50d10c97591cb76126e8/cmdof scripts] 仓库。 == 另见 == * [[Zsh]] == 参考资料 == <references />
返回至
Shell 命令
。
导航菜单
个人工具
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
最近更改
随机页面
MediaWiki帮助
工具
链入页面
相关更改
特殊页面
页面信息