一、简单版:

$ cat **/* > merge.fuck

二、结合find + xargs + cat版本:

$ find ./ -iregex '.*\.\(js\|scss\|tpl\)$' | xargs cat > merge.fuckyou

三、可以先索引一下到底有多少行代码

find ./ -iregex '.*\.\(vue\)$' | xargs wc -l

最新文章

  1. IndentationError: unindent does not match any outer indentation level
  2. Install Hbase
  3. Ubuntu环境搭建系列—WPS/LAMP/Python篇
  4. P2P的理解
  5. Linux下添加新硬盘,分区及挂载
  6. Google Code Jam 2010 Round 1C Problem B. Load Testing
  7. centos7加固手册
  8. Java Collections Source Code Series 2 ---接口
  9. 安装Android SDK时,点击SDK Manager.exe闪退,并且jdk的环境变量是对的。
  10. (原)torch的训练过程
  11. B. Pasha and Phone
  12. 【webGL入门2】点线面的绘制
  13. iOS8 UILocalNotification 增加启动授权
  14. java中使用hashSet的特性,判断数组是否有重复值
  15. ionic3 懒加载在微信上缓存的问题
  16. 计算机网络九:IP地址、子网掩码、默认网关、DHCP服务器、DNS服务器、WINS服务器
  17. 库存盘点打印功能生成PDF速度太慢使用页面缓存
  18. 查找所有sphinx引擎表并生成创建表的语句
  19. javaScript核心基础
  20. PHP 将amr音频文件转换为mp3格式

热门文章

  1. 微软BI 之SSAS 系列 - 在 SQL Server 2012 下查看 SSAS 分析服务的模型以及几个模型的简单介绍
  2. Direct hosting of SMB over TCP/IP
  3. javascript constrator and prototype
  4. python中string和十六进制、二进制互转
  5. loadrunner -27492超时
  6. MongoDB numa系列问题一:[initandlisten] connection refused because too many open connections:
  7. Java泛型的PECS原则
  8. 从JSF看XPages的优点
  9. 转:Ogre的八叉树场景管理器OctreeSceneManager
  10. java开发微信模板消息推送