这两个工具可以打通命令行和剪贴板,将这两个工具用作管道、IO重定向以及和其他命令的整合。例如:
nano test1.txt
cat test1.txt
i want to go to usa.
nano test.txt
cat test.txt
i'm waiting.
$ pbcopy < test1.txt
$ pbpaste >> test.txt
那么在test.txt文件内容的底部就会出现i want to go to usa.
ppt.cc/fuhP4x ppt.cc/fVjECx ppt.cc/fEnHsx ppt.cc/fRZTnx ppt.cc/fSZ3cx ppt.cc/fLOuCx ppt.cc/fE9Nux ppt.cc/fL5Kyx ppt.cc/f71Yqx tecmint.com linuxcool.com linux.die.net linux.it.net.cn ostechnix.com unix.com ubuntugeek.com runoob.com man.linuxde.net ppt.cc/fwpCex ppt.cc/fxcLIx ppt.cc/foX6Ux linuxprobe.com linuxtechi.com howtoforge.com linuxstory.org systutorials.com ghacks.net linuxopsys.com ppt.cc/ffAGfx ppt.cc/fJbezx ppt.cc/fNIQDx ppt.cc/fCSllx ppt.cc/fybDVx ppt.cc/fIMQxx ppt.cc/fKlBax
这两个工具可以打通命令行和剪贴板,将这两个工具用作管道、IO重定向以及和其他命令的整合。例如:
nano test1.txt
cat test1.txt
i want to go to usa.
nano test.txt
cat test.txt
i'm waiting.
$ pbcopy < test1.txt
$ pbpaste >> test.txt
那么在test.txt文件内容的底部就会出现i want to go to usa.
No comments:
Post a Comment