Skip to content

Instantly share code, notes, and snippets.

@takano32
Created January 28, 2021 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takano32/8c9dc391094653bf6e2d82ecc3fe2e06 to your computer and use it in GitHub Desktop.
Save takano32/8c9dc391094653bf6e2d82ecc3fe2e06 to your computer and use it in GitHub Desktop.
$ git grep '^package ' | cut -d':' -f2 | sort | uniq -c | sort -r
$ git grep '^package ' | cut -d':' -f2 | sort | uniq -c | sort -r
12 package jp.co.nttdg.bfep.stp.bean.hub;
9 package jp.util;
7 package com.smbc.jimuwf.saimu.jisutil.commonstatuscheck.ap;
5 package jp.local.src.main;
5 package jp.console.main;
4 package jp.co.nttdg.bfep.stp.bean;
3 package jp.co.profitcube.eacris.web.bridge.util;
3 package jp.co.profitcube.eacris.report.attribute.judgement.normalization;
3 package jp.co.core.ddm.pack.sbti.excel.poi.data;
3 package facss.co.jp.java.src;
2 package jp.co.core.ddm.pack.sbti.logic;
2 package jp.co.core.ddm.pack.sbti.localMain;
2 package co.jp.any.swing.component;
1 package jp.co.profitcube.eacris.report.util;
1 package jp.co.core.ddm.pack.sbti.poi.dto;
1 package jp.co.core.ddm.pack.sbti.dto;
1 package co.jp.console.sample;
1 package co.jp.any;
1 package co.jp.any.swing.excecute;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment