File: dodiff

package info (click to toggle)
suitesparse 1%3A5.12.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 176,720 kB
  • sloc: ansic: 1,193,914; cpp: 31,704; makefile: 6,638; fortran: 1,927; java: 1,826; csh: 765; ruby: 725; sh: 529; python: 333; perl: 225; sed: 164; awk: 35
file content (74 lines) | stat: -rwxr-xr-x 2,992 bytes parent folder | download | duplicates (3)
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
63
64
65
66
67
68
69
70
71
72
73
74
#!/bin/bash

# SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2022, All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

echo "======================================================================="
echo "02 and 04:"
echo "======================================================================="
diff *suba*02* *suba*04*

echo "======================================================================="
echo "01 and 03:"
echo "======================================================================="
diff *suba*01* *suba*03*

echo "======================================================================="
echo "05 and 07:"
echo "======================================================================="
diff *suba*05.c* *suba*07*

echo "======================================================================="
echo "09 and 11:"
echo "======================================================================="
diff *suba*09* *suba*11*

echo "======================================================================="
echo "13 and 15:"
echo "======================================================================="
diff *suba*13* *suba*15*

echo "======================================================================="
echo "13 and 17:"
echo "======================================================================="
diff *suba*13* *suba*17*

echo "======================================================================="
echo "13 and 19:"
echo "======================================================================="
diff *suba*13* *suba*19*

echo "======================================================================="
echo "15 and 19:"
echo "======================================================================="
diff *suba*15* *suba*19*

echo "======================================================================="
echo "15 and 17:"
echo "======================================================================="
diff *suba*15* *suba*17*

echo "======================================================================="
echo "17 and 19:"
echo "======================================================================="
diff *suba*17* *suba*19*

echo "======================================================================="
echo "06s/14 and 10/18:"
echo "======================================================================="
diff *suba*06s* *suba*10*

echo "======================================================================="
echo "10/18 and 12/20:"
echo "======================================================================="
diff *suba*10* *suba*12*

echo "======================================================================="
echo "06s/14 and 12/20:"
echo "======================================================================="
diff *suba*06s* *suba*12*

echo "======================================================================="
echo "06s/14 and 08s/18:"
echo "======================================================================="
diff *suba*06s* *suba*08s*