mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
7617ec176d
blame tibor this one ;-) ``` find . -type f -not -name '*.png' -not -name '*.go' -not -name '*.md' -not -name '*.tar' -not -name '*.pem' -not -path './vendor/*' -not -path './.git/*' -not -path '*/testdata/*' -not -path './docs/*images*' -not -path '*/testfiles/*' -not -path './bundles/*' -not -path './docs/*static*/*' -not -path './docs/*article-img/*' -exec grep -HnEl '[[:space:]]$' {} \; | xargs sed -iE 's/[[:space:]]*$//' ``` Signed-off-by: Vincent Batts <vbatts@redhat.com> |
||
---|---|---|
.. | ||
article-img | ||
articles | ||
docker-hub | ||
docker-hub-enterprise | ||
examples | ||
include | ||
installation | ||
introduction | ||
project | ||
reference | ||
static_files | ||
terms | ||
userguide | ||
examples.md | ||
faq.md | ||
genindex.md | ||
http-routingtable.md | ||
index.md | ||
installation.md | ||
jsearch.md | ||
project.md | ||
reference.md | ||
release-notes.md | ||
search.md | ||
terms.md | ||
toctree.md |