From 33185e23a33526077e4cac53443c43546dfff581 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sun, 30 Apr 2006 22:02:27 +0000 Subject: 22435: completion for GNU comm. --- Completion/Unix/Command/_comm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Completion/Unix/Command/_comm (limited to 'Completion/Unix/Command/_comm') diff --git a/Completion/Unix/Command/_comm b/Completion/Unix/Command/_comm new file mode 100644 index 000000000..30ca49911 --- /dev/null +++ b/Completion/Unix/Command/_comm @@ -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' -- cgit 1.4.1