how to use vscode to fix Linux pbcopy command garbled bug All In One
how to use vscode to fix Linux pbcopy command garbled bug All In One
pbcopy命令乱码 bug ❌

Linux pbcopy command garbled bug
macOSman command garbled bug
# man bug ❌ 没有使用 pbcopy
$ man grep > man-grep.md
$ code .

error ❌
whitespace error ???
$ man grep | pbcopy
https://stackoverflow.com/questions/ask
https://lists.gnu.org/archive/html/bug-gnu-emacs/2021-11/msg01173.html
solutions
# 输出到文件,避免 man 分页问题
$ man grep >> man-grep.md
# 手动复制 cat ✅
$ cat man-grep.md
# 都不好使,pbcopy 乱码 bug ❌
$ cat man-grep.md | pbcopy
$ man grep | pbcopy

use
vscodeto fix copy from terminal encoding bug 🚀
vscode 全部选中 " 符号,连续两次删除后,保存即可!✅
# step 1, output
$ man shutdown > shutdown.md
# step 2, fix duplicate symbols
# vscode 全部选中 `"` 符号,连续两次删除后,保存即可!✅

refs
https://stackoverflow.com/questions/74505387/is-this-a-pbcopy-command-garbled-bug
https://github.com/xgqfrms/linux/issues/21#issuecomment-1319017550
Linux
grepcommand All In One
https://www.cnblogs.com/xgqfrms/p/16900167.html#5125418
©xgqfrms 2012-2021
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/16907953.html
未经授权禁止转载,违者必究!

浙公网安备 33010602011771号