diff options
author | EuAndreh <eu@euandre.org> | 2020-12-15 17:47:06 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-15 17:47:06 -0300 |
commit | 4e8ceb035257275e0127150f86a3d5f40d85602a (patch) | |
tree | d90d3d263d33d271fd38b66fd1b2fd710a9b4bf9 /_tils/2020-11-08-find-broken-symlinks-with-find.md | |
parent | Fix kind in til-by-category files (diff) | |
download | euandre.org-4e8ceb035257275e0127150f86a3d5f40d85602a.tar.gz euandre.org-4e8ceb035257275e0127150f86a3d5f40d85602a.tar.xz |
Add some categories to existing TIL entries
Diffstat (limited to '')
-rw-r--r-- | _tils/2020-11-08-find-broken-symlinks-with-find.md | 2 |
1 files changed, 2 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 index 7912df0..bc97fc6 100644 --- a/_tils/2020-11-08-find-broken-symlinks-with-find.md +++ b/_tils/2020-11-08-find-broken-symlinks-with-find.md @@ -10,6 +10,8 @@ lang: en ref: find-broken-symlinks-with-find +eu_categories: shell + --- The `find` command knows how to show broken symlinks: |