Autosave: 2024-02-25 19:57:22
This commit is contained in:
parent
32f33aa157
commit
1eff483b24
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
# If there are images in img/ that are not being used by the Zettelkasten, delete them
|
# If there are images in img/ that are not being used by the Zettelkasten, delete them
|
||||||
find /home/thomas/repos/eolas/img -type f | while read filename; do
|
find /home/thomas/repos/eolas/img -type f | while read filename; do
|
||||||
rg "${filename##*/}" ../ --type markdown >/dev/null 2>&1
|
pwd
|
||||||
|
rg "${filename##*/}" ../ --type markdown >/dev/null 2>&1
|
||||||
if [ "$?" -eq 1 ]; then
|
if [ "$?" -eq 1 ]; then
|
||||||
echo "Deleted unused image: ${filename##*/}"
|
echo "Deleted unused image: ${filename##*/}"
|
||||||
# rm $filename
|
# rm $filename
|
||||||
|
|
Loading…
Add table
Reference in a new issue