zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _comm
@ 2006-04-30 21:59 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2006-04-30 21:59 UTC (permalink / raw)
  To: zsh-workers

comm from GNU coreutils

Index: Completion/Unix/Command/_comm
===================================================================
RCS file: Completion/Unix/Command/_comm
diff -N Completion/Unix/Command/_comm
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Completion/Unix/Command/_comm	30 Apr 2006 21:58:34 -0000
@@ -0,0 +1,10 @@
+#compdef comm
+
+_arguments \
+  '-1[suppress lines unique to FILE1]' \
+  '-2[suppress lines unique to FILE2]' \
+  '-3[suppress lines that appear in both files]' \
+  '--help' \
+  '--version' \
+  '1:file1 to compare:_files' \
+  '2:file2 to compare:_files'


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-04-30 22:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-30 21:59 PATCH: _comm Clint Adams

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).