📖
📖
📖
📖
mabutou's wiki
Blog
搜索文档…
📖
📖
📖
📖
mabutou's wiki
About
🤖
Linux
🐬
Front-end
❄️ K8S
🐳
Docker
🐮
Rancher
🐍
Python
🍎
Mac
MacOS 浏览器播放音频没声音
mac 执行sed -i指令时,提示extra characters at the end of command
创建 macOS U盘启动盘
Tmux 启动时 127 错误
Kill Apple Remote Desktop via ssh
hack wechat sqlite
刷新 DNS
masscan 端口扫描
start apache_server
timemachine list and clean
dmg || .app 提示文件已损坏
重启 Dock 栏
macOS(BSD system) 禁用 ssh 密码登录
🖥
Windows
⌨️ Cheatsheet
Application
正则表达式
Proxmox
VMware
Hetzner
Oracle-Cloud-ARM
镜像源
由 GitBook 提供支持
mac 执行sed -i指令时,提示extra characters at the end of command
执行命令如下时,总报extra characters at the end of command错误:
1
sed -i "s/192.168.0.2/192.168.0.3/g" *.rptdesign
Copied!
原因:
unix与linux在执行sed指令时有些区别,-i指令后面多加一个""空白符即可,如
1
sed -i "" "s/192.168.0.2/192.168.0.3/g" *.rptdesign
Copied!
以前
MacOS 浏览器播放音频没声音
下一个
创建 macOS U盘启动盘
最近更新 6mo ago
复制链接