惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 聂微东
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
Recent Announcements
Recent Announcements
大猫的无限游戏
大猫的无限游戏
MongoDB | Blog
MongoDB | Blog
A
About on SuperTechFans
M
MIT News - Artificial intelligence
V
Visual Studio Blog
云风的 BLOG
云风的 BLOG
The GitHub Blog
The GitHub Blog
Jina AI
Jina AI
P
Proofpoint News Feed
博客园_首页
酷 壳 – CoolShell
酷 壳 – CoolShell
T
The Blog of Author Tim Ferriss
G
Google Developers Blog
宝玉的分享
宝玉的分享
Engineering at Meta
Engineering at Meta
Last Week in AI
Last Week in AI
aimingoo的专栏
aimingoo的专栏
罗磊的独立博客
N
Netflix TechBlog - Medium
人人都是产品经理
人人都是产品经理

Unix

请教下关于 IO 缓冲的一点疑问 mv 命令文件夹后面加斜杠真的没有意义吗? Plesk 镜像制作(脚本) 怎么写 Mac 下的脚本? V7/x86
会有人觉得unix系的命令行工具好用的吗,相比gnu的来说
undozen · 2013-04-07 · via Unix

比如只能rm -rf sth
不能rm sth -rf
比如 cp -r dir/ anotherdir/ 相当于 cp -r dir/* anotherdir/,会把 dir 里面的东西复制到 anotherdir/下,而 gnu 的工具会复制到 anotherdir/dir/下
所以我在新系统上第一件事一定是 brew install coreutils
会有人更喜欢前者吗?