equal
deleted
inserted
replaced
6 compilation |
6 compilation |
7 |
7 |
8 git clone https://github.com/wartremover/wartremover.git |
8 git clone https://github.com/wartremover/wartremover.git |
9 sbt "++ 2.13.1" core/assembly |
9 sbt "++ 2.13.1" core/assembly |
10 |
10 |
|
11 ====================== |
|
12 scalafix |
11 |
13 |
|
14 https://scalacenter.github.io/scalafix/docs/users/installation.html |
|
15 https://gabro.github.io/scalafix/docs/installation/cli.html |
|
16 |
|
17 |
|
18 ===================== |
|
19 bash cheatsheet |
|
20 |
|
21 https://devhints.io/bash |
12 ====================== |
22 ====================== |
13 |
23 |
14 |
24 |
15 ./dff > sort | more |
25 ./dff > sort | more |
16 ./dff | sort > d |
26 ./dff | sort > d |