介绍
whereis 是一个 npm 包,可以用来查找系统上任意命令的位置,并返回信息。
在前端开发中,我们可能需要使用一些命令行工具(如 node、sass、webpack 等),但是不知道它们在系统上的位置。这时,whereis 就可以帮助我们快速找到这些工具在哪里。
安装
使用 npm 命令安装 whereis:
npm install -g whereis
使用
基本用法
运行 whereis 命令,并传入要查找的命令名称,如:
whereis node
这样就会返回 node 命令在系统上的位置。
查找多个命令
whereis 还支持同时查找多个命令,只需将命令名称用空格分隔即可,如:
whereis node sass webpack
这里会返回 node、sass 和 webpack 三个命令在系统上的位置。
查看帮助信息
如果在使用 whereis 时遇到问题,可以使用 --help
参数查看帮助信息:
whereis --help
查看版本信息
使用 -v
参数可以查看 whereis 的版本信息:
whereis -v
示例代码
-- -------------------- ---- ------- ----- ------- - ------------------- -- -- ---- --------- --------------- ----- ----- -- - -- ----- - ------------------- ----- ------- - ----------------- ------ ------ --- -- ------------- ---------------- ------- ----------- ----- ------ -- - -- ----- - ------------------- ----- ------- - ----------------- ------ ------------ ----------------- ------ ------------ -------------------- ------ --------------- ---
总结
whereis 是一个非常方便的工具,可以帮助我们快速找到系统上的任意命令位置。如果你经常需要使用命令行工具,建议尝试使用 whereis。
来源:JavaScript中文网 ,转载请注明来源 https://www.javascriptcn.com/post/6006710c8dd3466f61ffe16d