macOS 终端清理“新建远程连接”的历史记录

列出历史记录

defaults read /Users/ice/Library/Preferences/com.apple.Terminal.plist PreviousCommands


删除历史记录

defaults delete /Users/ice/Library/Preferences/com.apple.Terminal.plist PreviousCommands
声明:本站所有文章和图片,如无特殊说明,均为原创发布,转载请注明出处。
随机推荐
WordPress 评论表单函数 comment_form()
Land 主题
Node.js querystring 模块
Express 使用 body-parser 处理 HTTP 请求
WordPress 密码生成和密码验证
JavaScript 原型链
JavaScript 使用剪切板
Node.js net 模块