回显打印目录的所有内容,但不重定向

时间:2018-08-20 13:39:18

标签: bash grep conda

我正在尝试使用bash将Running the automatic migrations. Please, be patient and wait until the execution completes. child_process.js:644 throw err; ^ Error: Command failed: "/usr/local/lib/node_modules/rxjs-tslint/node_modules/.bin/tslint" -c "/usr/local/lib/node_modules/rxjs-tslint/rxjs-5-to-6-migrate.json" -p "src/tsconfig.app.json" --fix at checkExecSyncError (child_process.js:601:13) at Object.execSync (child_process.js:641:13) at migrate (/usr/local/lib/node_modules/rxjs-tslint/rxjs-5-to-6-migrate.js:18:34) at Object.<anonymous> (/usr/local/lib/node_modules/rxjs-tslint/rxjs-5-to-6-migrate.js:25:14) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Module.require (module.js:596:17) 的结果echo发送到终端。然后,该想法将是对结果进行模式匹配以找到当前活动的环境(由带有文字“ *”字符的行表示)。如果没有,请激活它,最后将此环境用于其他命令。

但是第一步是要证明一个问题。当我尝试时:

conda info --envs

它还会打印当前目录中的所有文件和目录。相反,将结果重定向到文本文件符合我的期望:

echo $(conda info --envs)

有人可以解释吗?如果这意味着一切,我正在运行Mac OS X。

0 个答案:

没有答案