ユーザ用ツール

サイト用ツール


サイドバー

Index

はじめてのおつかい






DokuWiki整形記法


PlayGround



development:stepcounter

StepCounter

本家

今回はコマンドラインで使用するため、以下からstepcounter-x.x.x-jar-with-dependencies.jarをダウンロード

http://amateras.sourceforge.jp/mvn/jp/sf/amateras/stepcounter/stepcounter/

使い方

java -cp stepcounter-x.x.x-jar-with-dependencies.jar jp.sf.amateras.stepcounter.Main [ファイル名] [ファイル名] ...
java -cp stepcounter-x.x.x-jar-with-dependencies.jar jp.sf.amateras.stepcounter.Main -format=csv -output=count.txt -encoding=UTF-8 [ファイル名] [ファイル名] ...

指定可能なオプション

  • -format: 出力フォーマットをcsv、excel、xml、jsonのいずれかで指定
  • -output: カウント結果を出力するファイルを指定
  • -encoding: ファイルの文字コードを指定
  • -showDirectory: trueを指定するとファイル名だけでなく起点となるディレクトリからの相対パスで表示
development/stepcounter.txt · 最終更新: 2017/04/14 14:21 (外部編集)