-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrefactoring_of_json_api.txt
33 lines (32 loc) · 1.08 KB
/
refactoring_of_json_api.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
larry@habu lib % ll json*
-rw-r–r–@ 1 larry staff 2787 Mar 5 17:57 json_api.ex
-rw-r–r–@ 1 larry staff 2003 Mar 5 17:57 json_api.new.ex
larry@habu lib % wc json*
112 301 2787 json_api.ex
90 213 2003 json_api.new.ex
202 514 4790 total
larry@habu lib %
larry@habu lib % ll
total 16
-rw-r--r--@ 1 larry staff 2003 Mar 5 18:51 json_api.ex
-rw-r--r--@ 1 larry staff 1669 Mar 5 18:45 new_json_api.ex
larry@habu lib % wc *
90 213 2003 json_api.ex
73 185 1669 new_json_api.ex
163 398 3672 total
larry@habu lib %
larry@habu lib % ll
total 16
-rw-r--r--@ 1 larry staff 2873 Mar 5 19:19 json_api.ex
-rw-r--r--@ 1 larry staff 1669 Mar 5 19:08 json_api.fin.ex
larry@habu lib % wc json*
113 304 2873 json_api.ex
73 185 1669 json_api.fin.ex
186 489 4542 total
larry@lil-habu lib %
larry@habu json % wc json_*
62 170 1366 json_api.ex
28 140 1335 json_api_droll.ex
65 161 1439 json_api_kartheek.ex
155 471 4140 total
larry@habu json %