17个有用的CLI命令,作为前端工程师,你需要知道一下( 三 )


?commands git:(master) ? lsa.jsb.jscopy-apps fe-apps?commands git:(master) ? mkdir xxx/yyy // You cannot create the yyy directory because the xxx directory does not existmkdir: xxx: No such file or directory?commands git:(master) ? mkdir -p xxx/yyy // `-p` will check if the xxx directory already exists, and create it if it doesn't.?commands git:(master) ? lsa.jsb.jscopy-apps fe-appsxxx?commands git:(master) ? ls -Ra.jsb.jscopy-apps fe-appsxxx./copy-apps:fe-apps./copy-apps/fe-apps:a.js./fe-apps:a.js./xxx:yyy./xxx/yyy:

17个有用的CLI命令,作为前端工程师,你需要知道一下

文章插图
17.whoami显示用户名 。
?commands git:(master) ? whoamidz0400229总结以上就是我今天想与你分享的全部内容,如果你觉得有用的话,请记得点赞我,关注我,并将其文章分享给的朋友,也许能够帮助到他 。




推荐阅读