blob: 0608e81458ea3f1b26dcd94aa26f2780dbda0836 (
about) (
plain) (
blame)
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
|
#
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 ""
|