Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
knewjade committed Oct 29, 2020
1 parent ad3e2b4 commit b003eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contents/workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sfinder.jarがあるディレクトリをPowerShellで開き、次のコマン

$pattern = "*p7"
java -jar sfinder.jar path -t v115@zgA8GeC8GeE8EeD8DeG8AeF8JeAgH -c 5 -p $pattern -s yes -f csv -k solution
$fumens = Select-String -Path output\path.csv -Pattern "v115@[a-zA-z0-9+/?]+" -AllMatches -Encoding default | %{$_.Matches} | %{$_.Value }| % -Begin {$str=""} {$str+=$_+" "} -End{$str}
$fumens = Select-String -Path output\path.csv -Pattern "v115@[a-zA-z0-9+/?]+" -AllMatches -Encoding default | %{$_.Matches} | %{$_.Value }| % -Begin {$str=""} {$str+=$_+" "} -End{$str}
java -jar sfinder.jar cover -t $fumens -p $pattern --mode tsd


Expand Down

0 comments on commit b003eae

Please sign in to comment.