Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Merge requests
!262
Restructure pages regarding switched off systems
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Restructure pages regarding switched off systems
issue144
into
preview
Overview
0
Commits
15
Pipelines
0
Changes
21
Merged
Martin Schroschk
requested to merge
issue144
into
preview
3 years ago
Overview
0
Commits
15
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
version 7
version 14
a014cec0
3 years ago
version 13
70f4a78f
3 years ago
version 12
3b2c9a6d
3 years ago
version 11
c6be1ac5
3 years ago
version 10
fca75d46
3 years ago
version 9
d58f66cd
3 years ago
version 8
effb9252
3 years ago
version 7
d2c2c263
3 years ago
version 6
bb9b59c6
3 years ago
version 5
219929ea
3 years ago
version 4
7353894b
3 years ago
version 3
dc0326ee
3 years ago
version 2
4520bda0
3 years ago
version 1
1718aaaa
3 years ago
preview (base)
and
version 8
latest version
f0223d4e
15 commits,
3 years ago
version 14
a014cec0
14 commits,
3 years ago
version 13
70f4a78f
13 commits,
3 years ago
version 12
3b2c9a6d
12 commits,
3 years ago
version 11
c6be1ac5
11 commits,
3 years ago
version 10
fca75d46
10 commits,
3 years ago
version 9
d58f66cd
9 commits,
3 years ago
version 8
effb9252
8 commits,
3 years ago
version 7
d2c2c263
7 commits,
3 years ago
version 6
bb9b59c6
6 commits,
3 years ago
version 5
219929ea
5 commits,
3 years ago
version 4
7353894b
4 commits,
3 years ago
version 3
dc0326ee
3 commits,
3 years ago
version 2
4520bda0
2 commits,
3 years ago
version 1
1718aaaa
1 commit,
3 years ago
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
doc.zih.tu-dresden.de/util/check-spelling-changes.sh
+
2
−
2
Options
@@ -42,8 +42,8 @@ while read oldfile; do
current_count
=
`
cat
"
$newfile
"
| getNumberOfAspellOutputLines
`
echo
"======"
echo
"
$current_count
"
#
echo "$newfile"
#
cat - | aspell -p "$wordlistfile" --ignore 2 -l en_US list --mode=markdown
echo
"
$newfile
"
cat
- | aspell
-p
"
$wordlistfile
"
--ignore
2
-l
en_US list
--mode
=
markdown
echo
"======"
fi
if
[
$current_count
-gt
$previous_count
]
;
then
Loading