zsh-users
 help / color / mirror / code / Atom feed
* Re: finding symlinks without target
@ 1998-01-23 15:34 Niall Smart
  0 siblings, 0 replies; 11+ messages in thread
From: Niall Smart @ 1998-01-23 15:34 UTC (permalink / raw)
  To: Sven Guckes, ZShell Users

On Jan 23,  3:47pm, Sven Guckes wrote:
} Subject: finding symlinks without target
> Hi!
> 
> Problem:
> Find (and print) all symbolic links without a target within the current dirtree.
> 
> Anyone hints?

This is an abuse of your shell, there are already many C variants of
this, though I can't remember any of their names.  If you were really
desperate, you could hack something up with zsh and find.  Eg.
find . -type l -exec myscript.zsh {} \; etc etc.

Niall


^ permalink raw reply	[flat|nested] 11+ messages in thread
* Re: finding symlinks without target
@ 1998-01-26  4:41 Paul Lew
  0 siblings, 0 replies; 11+ messages in thread
From: Paul Lew @ 1998-01-26  4:41 UTC (permalink / raw)
  To: zsh-users

In message <19980123154701.05885@math.fu-berlin.de>, Sven Guckes writes:
 >Hi!
 >
 >Problem:
 > Find (and print) all symbolic links without a target within the
 > current dirtree.

The old zsh (dont remember version) will show bad symbolic links with
an '&' appended instead of '@' when showing partial completed
filenames.  What happen to that code?  I found I miss that feature.
Will come handy in this case.


^ permalink raw reply	[flat|nested] 11+ messages in thread
[parent not found: <199801231642.IAA27762@shell10.ba.best.com>]
* finding symlinks without target
@ 1998-01-23 14:47 Sven Guckes
  1998-01-23 15:12 ` Bernd Eggink
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Sven Guckes @ 1998-01-23 14:47 UTC (permalink / raw)
  To: ZShell Users

Hi!

Problem:
Find (and print) all symbolic links without a target within the current dirtree.

Anyone hints?

Sven


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

end of thread, other threads:[~1998-01-26  5:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-01-23 15:34 finding symlinks without target Niall Smart
  -- strict thread matches above, loose matches on Subject: below --
1998-01-26  4:41 Paul Lew
     [not found] <199801231642.IAA27762@shell10.ba.best.com>
1998-01-23 17:10 ` Bart Schaefer
1998-01-23 17:46   ` Bruce Stephens
1998-01-23 14:47 Sven Guckes
1998-01-23 15:12 ` Bernd Eggink
1998-01-23 15:26 ` Bruce Stephens
1998-01-23 16:00 ` Bart Schaefer
1998-01-23 16:42   ` Bruce Stephens
1998-01-23 16:47   ` Peter Williams
1998-01-23 17:51 ` Peter Williams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).