aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-11-08 08:40:25 -0300
committerEuAndreh <eu@euandre.org>2020-11-08 08:43:58 -0300
commitd041cdec079f1f656558fb415c133a2020880565 (patch)
treecf78ce58e1f0b39c812dd21ca61f59aca9774281
parentlocal-first slides: Update link to article and add extra reference (diff)
downloadeuandre.org-d041cdec079f1f656558fb415c133a2020880565.tar.gz
euandre.org-d041cdec079f1f656558fb415c133a2020880565.tar.xz
Add find -xtype l TIL entry
Diffstat (limited to '')
-rw-r--r--_tils/2020-11-08-find-broken-symlinks-with-find.md34
-rw-r--r--locale/eo/LC_MESSAGES/_tils/2020-11-08-find-broken-symlinks-with-find.po48
-rw-r--r--locale/fr/LC_MESSAGES/_tils/2020-11-08-find-broken-symlinks-with-find.po48
-rw-r--r--locale/pt/LC_MESSAGES/_tils/2020-11-08-find-broken-symlinks-with-find.po48
4 files changed, 178 insertions, 0 deletions
diff --git a/_tils/2020-11-08-find-broken-symlinks-with-find.md b/_tils/2020-11-08-find-broken-symlinks-with-find.md
new file mode 100644
index 0000000..7912df0
--- /dev/null
+++ b/_tils/2020-11-08-find-broken-symlinks-with-find.md
@@ -0,0 +1,34 @@
+---
+
+title: Find broken symlinks with "find"
+
+date: 2020-11-08
+
+layout: post
+
+lang: en
+
+ref: find-broken-symlinks-with-find
+
+---
+
+The `find` command knows how to show broken symlinks:
+
+```shell
+find . -xtype l
+```
+
+This was useful to me when combined with [Git Annex][git-annex]. Its
+[`wanted`][git-annex-wanted] option allows you to have a "sparse" checkout of
+the content, and save space by not having to copy every annexed file locally:
+
+```shell
+git annex wanted . 'exclude=Music/* and exclude=Videos/*'
+```
+
+You can `find` any broken symlinks outside those directories by querying with
+Git Annex itself, but `find . -xtype l` works on other places too, where broken
+symlinks might be a problem.
+
+[git-annex]: https://git-annex.branchable.com/
+[git-annex-wanted]: https://git-annex.branchable.com/git-annex-wanted/
diff --git a/locale/eo/LC_MESSAGES/_tils/2020-11-08-find-broken-symlinks-with-find.po b/locale/eo/LC_MESSAGES/_tils/2020-11-08-find-broken-symlinks-with-find.po
new file mode 100644
index 0000000..0608e81
--- /dev/null
+++ b/locale/eo/LC_MESSAGES/_tils/2020-11-08-find-broken-symlinks-with-find.po
@@ -0,0 +1,48 @@
+#
+msgid ""
+msgstr ""
+
+msgid "The `find` command knows how to show broken symlinks:"
+msgstr ""
+
+msgid "find . -xtype l\n"
+msgstr ""
+
+msgid ""
+"This was useful to me when combined with [Git Annex](https://git-"
+"annex.branchable.com/). Its [`wanted`](https://git-annex.branchable.com/git-"
+"annex-wanted/) option allows you to have a \"sparse\" checkout of the "
+"content, and save space by not having to copy every annexed file locally:"
+msgstr ""
+
+msgid "git annex wanted . 'exclude=Music/* and exclude=Videos/*'\n"
+msgstr ""
+
+msgid ""
+"You can `find` any broken symlinks outside those directories by querying "
+"with Git Annex itself, but `find . -xtype l` works on other places too, "
+"where broken symlinks might be a problem."
+msgstr ""
+
+msgid "title: Find broken symlinks with \"find\""
+msgstr ""
+
+msgid "date: 2020-11-08"
+msgstr ""
+
+msgid "layout: post"
+msgstr ""
+
+msgid "lang: en"
+msgstr ""
+
+msgid "ref: find-broken-symlinks-with-find"
+msgstr ""
+
+#~ msgid ""
+#~ "title: Find broken symlinks with \"find\"\n"
+#~ "date: 2020-11-08\n"
+#~ "layout: post\n"
+#~ "lang: en\n"
+#~ "ref: find-broken-symlinks-with-find"
+#~ msgstr ""
diff --git a/locale/fr/LC_MESSAGES/_tils/2020-11-08-find-broken-symlinks-with-find.po b/locale/fr/LC_MESSAGES/_tils/2020-11-08-find-broken-symlinks-with-find.po
new file mode 100644
index 0000000..0608e81
--- /dev/null
+++ b/locale/fr/LC_MESSAGES/_tils/2020-11-08-find-broken-symlinks-with-find.po
@@ -0,0 +1,48 @@
+#
+msgid ""
+msgstr ""
+
+msgid "The `find` command knows how to show broken symlinks:"
+msgstr ""
+
+msgid "find . -xtype l\n"
+msgstr ""
+
+msgid ""
+"This was useful to me when combined with [Git Annex](https://git-"
+"annex.branchable.com/). Its [`wanted`](https://git-annex.branchable.com/git-"
+"annex-wanted/) option allows you to have a \"sparse\" checkout of the "
+"content, and save space by not having to copy every annexed file locally:"
+msgstr ""
+
+msgid "git annex wanted . 'exclude=Music/* and exclude=Videos/*'\n"
+msgstr ""
+
+msgid ""
+"You can `find` any broken symlinks outside those directories by querying "
+"with Git Annex itself, but `find . -xtype l` works on other places too, "
+"where broken symlinks might be a problem."
+msgstr ""
+
+msgid "title: Find broken symlinks with \"find\""
+msgstr ""
+
+msgid "date: 2020-11-08"
+msgstr ""
+
+msgid "layout: post"
+msgstr ""
+
+msgid "lang: en"
+msgstr ""
+
+msgid "ref: find-broken-symlinks-with-find"
+msgstr ""
+
+#~ msgid ""
+#~ "title: Find broken symlinks with \"find\"\n"
+#~ "date: 2020-11-08\n"
+#~ "layout: post\n"
+#~ "lang: en\n"
+#~ "ref: find-broken-symlinks-with-find"
+#~ msgstr ""
diff --git a/locale/pt/LC_MESSAGES/_tils/2020-11-08-find-broken-symlinks-with-find.po b/locale/pt/LC_MESSAGES/_tils/2020-11-08-find-broken-symlinks-with-find.po
new file mode 100644
index 0000000..0608e81
--- /dev/null
+++ b/locale/pt/LC_MESSAGES/_tils/2020-11-08-find-broken-symlinks-with-find.po
@@ -0,0 +1,48 @@
+#
+msgid ""
+msgstr ""
+
+msgid "The `find` command knows how to show broken symlinks:"
+msgstr ""
+
+msgid "find . -xtype l\n"
+msgstr ""
+
+msgid ""
+"This was useful to me when combined with [Git Annex](https://git-"
+"annex.branchable.com/). Its [`wanted`](https://git-annex.branchable.com/git-"
+"annex-wanted/) option allows you to have a \"sparse\" checkout of the "
+"content, and save space by not having to copy every annexed file locally:"
+msgstr ""
+
+msgid "git annex wanted . 'exclude=Music/* and exclude=Videos/*'\n"
+msgstr ""
+
+msgid ""
+"You can `find` any broken symlinks outside those directories by querying "
+"with Git Annex itself, but `find . -xtype l` works on other places too, "
+"where broken symlinks might be a problem."
+msgstr ""
+
+msgid "title: Find broken symlinks with \"find\""
+msgstr ""
+
+msgid "date: 2020-11-08"
+msgstr ""
+
+msgid "layout: post"
+msgstr ""
+
+msgid "lang: en"
+msgstr ""
+
+msgid "ref: find-broken-symlinks-with-find"
+msgstr ""
+
+#~ msgid ""
+#~ "title: Find broken symlinks with \"find\"\n"
+#~ "date: 2020-11-08\n"
+#~ "layout: post\n"
+#~ "lang: en\n"
+#~ "ref: find-broken-symlinks-with-find"
+#~ msgstr ""