Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
run-help-ip heler
- X-seq: zsh-users 19371
- From: Artur Penttinen <arto-p@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: run-help-ip heler
- Date: Wed, 12 Nov 2014 16:58:29 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail;	t=1415800709; bh=qo98N05hZeNpQ4t/x5cYesQHYB9PuNzKAUycGXU+WMo=;	h=From:To:Subject:Date;	b=JBU7o3EanoDT04oQenjVO/xTYwqlL5gcvDpu6gurfgOCK7ttBh1+zw5+y3ddCGPt7	 xe8tId3OAAUNExUy18l6HkDSi0ws3+npZPOVe1ysOgLDHkT7mpqll1Blc9kxMpIpqH	 l6Y1F83zoMzOhJNT4RrhrkjYvzDaShOK70Df1ke8=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
                                  Hello!
  In attach run-help helper for linux's ip command, simply copy it to your
  $fpath and run
    autoload -Uz run-help-ip
  After that you can use run-help command for getting man
  for certain ip subcommands:
  # ip -o addr<F1>
  # run-help ip
  ip is /sbin/ip
  IP-ADDRESS(8)                        Linux                       IP-ADDRESS(8)
  NAME
       ip-address - protocol address management
  ...
  I hope function will be the useful.
-- 
wbw, artur
Attachment:
run-help-ip
Description: Binary data
Messages sorted by:
Reverse Date,
Date,
Thread,
Author