blob: bf48ecdaeae532e9d7db9e340dee1178a997c056 (
plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
--- test1 ---
5 5
10 10
3D 3D
--- test2 ---
x 1
y 1
1 1
100 1
--- test3 ---
x 1
1 1
100 1
--- test4 ---
0 1
x 1
1 1
100 1
--- test5 ---
1
0 1
y 1
--- test6 ---
"1"
"2"
"3 "
"4"
--- test7 ---
--asc ind str--
| 3| 3
| 4 | 4
|0|0
|1|1
|2|2
|3|3
|3D|3D
|4|4
|5|5
|D3|D3
--asc ind num--
|0|0
|D3|D3
|1|1
|2|2
| 3| 3
|3|3
|3D|3D
| 4 | 4
|4|4
|5|5
--asc val num--
gawk: arraysort.awk:79: warning: `PROCINFO["sorted_in"]': sorting by value can't be forced to use numeric comparison
|4|4
|5|5
|D3|D3
|3D|3D
| 3| 3
|0|0
|1|1
|2|2
|3|3
| 4 | 4
|