每当我在 OSX 中创建(或者甚至更新)一个文件时,都会出现以下对话框:
➜ hello touch test.txt
test.txt Stats {
dev: 16777220,
mode: 33188,
nlink: 1,
uid: 501,
gid: 20,
rdev: 0,
blksize: 4096,
ino: 252423193,
size: 0,
blocks: 0,
atimeMs: 1502219299000,
mtimeMs: 1502219299000,
ctimeMs: 1502219299000,
birthtimeMs: 1502219299000,
atime: 2017-08-08T19:08:19.000Z,
mtime: 2017-08-08T19:08:19.000Z,
ctime: 2017-08-08T19:08:19.000Z,
birthtime: 2017-08-08T19:08:19.000Z }
我通常使用ohmyzsh
,但我尝试使用 vanilla bash shell,结果也是一样。我似乎无法弄清楚是什么原因造成的。有什么想法吗?
答案1
我明白了原因。这是因为我的touch
命令被touch
from覆盖了。我通过执行which 返回而不是 来npm
弄清楚了。然后将其符号链接到in的全局。which touch
/usr/local/bin/touch
/usr/bin/touch
/usr/local/bin/touch
touch
yarn
node_modules