about summary refs log tree commit diff
path: root/Completion/User/_find
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:49:39 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 11:49:39 +0000
commitf2289a78c893bc362f50e9c39a3505baaa22387d (patch)
treeca8e6f50164fddf446d1c59eb6d751c8e6e2c8ac /Completion/User/_find
parentfc31cf25ce923c369cc41769ba0d62ecaf8b1dd6 (diff)
downloadzsh-f2289a78c893bc362f50e9c39a3505baaa22387d.tar.gz
zsh-f2289a78c893bc362f50e9c39a3505baaa22387d.tar.xz
zsh-f2289a78c893bc362f50e9c39a3505baaa22387d.zip
moved to Completion/Unix/Command/_find
Diffstat (limited to 'Completion/User/_find')
-rw-r--r--Completion/User/_find21
1 files changed, 0 insertions, 21 deletions
diff --git a/Completion/User/_find b/Completion/User/_find
deleted file mode 100644
index ca4f79908..000000000
--- a/Completion/User/_find
+++ /dev/null
@@ -1,21 +0,0 @@
-#defcomp find
-
-if [[ -mbetween -(ok|exec) \\\; ]]; then
-  _normal "$@"
-elif [[ -iprefix - ]]; then
-  complist -s 'daystart {max,min,}depth follow noleaf version xdev \
-    {a,c,}newer {a,c,m}{min,time} empty false {fs,x,}type gid inum links \
-    {i,}{l,}name {no,}{user,group} path perm regex size true uid used \
-    exec {f,}print{f,0,} ok prune ls'
-elif [[ -position 1 ]]; then
-  complist -g '. ..'
-  _files -g '(-/)'
-elif [[ -mcurrent -1 -((a|c|)newer|fprint(|0|f)) ]]; then
-  _files
-elif [[ -current -1 -fstype ]]; then
-  complist -k '(ufs 4.2 4.3 nfs tmp mfs S51K S52K)'
-elif [[ -current -1 -group ]]; then
-  complist -k groups
-elif [[ -current -1 -user ]]; then
-  complist -u
-fi