ALT Linux Community general discussions
 help / color / mirror / Atom feed
* Re: [mdk-re]  Удаление битых ссылок
@ 2001-02-09 12:25 denf
  2001-02-09 14:16 ` [mdk-re] " Dmitry V. Levin
  2001-02-09 15:29 ` cornet
  0 siblings, 2 replies; 8+ messages in thread
From: denf @ 2001-02-09 12:25 UTC (permalink / raw)
  To: mandrake-russian


02/09/2001 03:01:30 PM mandrake-russian-admin wrote:
>Hello!!
>
>Волею судеб, на сервере в одном каталоге и его подкаталогах образуется
>большое количество битых символических ссылок (то есть указывающих на
>уже не_существующие файлы). Этих ссылок много и чистить их руками сильно
>ломает. Может подскажет кто простой способ автоматизации этого дела?
>Хотелось бы залудить на cron скриптик, который лез бы в вышеозначеный
>каталог и рекурсивно долбал бы все эти битые ссылки.

что-нибудь типа
if [ -L $file ] && [ ! -f $file ]; then
  rm -f  $file
fi
ну и все это в цикле пустить с помощью find

PS. bash rulez ;-)


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-02-12 12:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-09 12:25 [mdk-re] Удаление битых ссылок denf
2001-02-09 14:16 ` [mdk-re] " Dmitry V. Levin
2001-02-09 15:36   ` cornet
2001-02-09 15:58     ` cornet
2001-02-09 16:33       ` cornet
2001-02-10  4:18         ` Dmitry V. Levin
2001-02-12 12:14           ` cornet
2001-02-09 15:29 ` cornet

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git