## tcsh completion complete vim 'n/*/f:^*.[oa]/' complete where 'n/*/c/' complete which 'n/*/c/' complete whereis 'n/*/c/' complete cd 'p/1/d/' # Directories only complete complete 'p/1/X/' # Completions only complete uncomplete 'n/*/X/' complete dd 'c/if=/f/' 'c/of=/f/' \ 'p/*/(bs cbs count files fillchar ibs if iseek obs of oseek seek skip conv)/=/' complete set 'c/*=/f/' 'p/1/s/=' 'n/=/f/' complete unset 'n/*/s/' complete alias 'p/1/a/' # only aliases are valid complete unalias 'n/*/a/' complete man 'p/*/c/' complete {fg,bg,stop} 'c/%/j/' 'p/1/"(%)"//' complete limit 'c/-/"(h)"/' 'n/*/l/' complete unlimit 'c/-/"(h)"/' 'n/*/l/' complete kill 'c/-/S/' 'c/%/j/' 'n/*/`ps -ax | awk '"'"'{print $1}'"'"'`/' complete killall 'c/-/S/' 'c/%/j/' 'n/*/`ps -axc | awk '"'"'{print $5}'"'"'`/' complete find 'n/-fstype/"(nfs 4.2)"/' 'n/-name/f/' \ 'n/-type/"(c b d f p l s)"/' 'n/-user/u/ n/-group/g/' \ 'n/-exec/c/' 'n/-ok/c/' 'n/-cpio/f/' 'n/-ncpio/f/' 'n/-newer/f/' \ c/-/"(fstype name perm prune type user nouser \ group nogroup size inum atime mtime ctime exec \ ok print ls cpio ncpio newer xdev depth \ daystart follow maxdepth mindepth noleaf version \ anewer cnewer amin cmin mmin true false uid gid \ ilname iname ipath iregex links lname empty path \ regex used xtype fprint fprint0 fprintf \ print0 printf not a and o or)"/ \ 'n/*/d/' complete bunzip2 'p/*/f:*.bz2/' complete bzip2 'n/-9/f:^*.bz2/' 'n/-d/f:*.bz2/' complete crontab 'n/-u/u/' complete camcontrol 'p/1/(cmd debug defects devlist eject inquiry \ modepage negotiate periphlist rescan reset start \ stop tags tur)/' complete edquota 'n/*/u/' complete ifconfig 'p@1@`ifconfig -l`@' 'n/*/(range phase link netmask \ mtu vlandev vlan metric mediaopt down delete \ broadcast arp debug)/' complete postfix 'p/*/(start stop reload abort flush check set-permissions upgrade-configuration/' complete postmap 'n/1/(hash: regexp:)' 'c/hash:/f/' 'c/regexp:/f/' complete mount 'c/-/(a r t v)/' \ 'n/-t/(cd9660 ext2fs fdescfs linprocfs \ linsysfs mfs mqueuefs msdosfs nfs nfs4 ntfs nullfs nwfs \ nwfs portalfs procfs pseudofs reiserfs smbfs udf umapfs unionfs xfs)/' # 'n@*@`grep -v "^#" /etc/fstab | tr -s " " " " | cut -f 2`@' complete umount 'c/-/"(a h t v)"/ n/-t/"(4.2 nfs)"/' \ 'n/-h/`df | cut -s -d ":" -f 1 | sort -u`/' \ 'n/*/`mount | cut -d " " -f 3`/' complete su c/--/"(login fast preserve-environment command shell \ help version)"/ c/-/"(f l m p c s -)"/ \ 'n/{-c,--command}/c/' \ 'n@{-s,--shell}@`cat /etc/shells`@' 'n/*/u/' complete sed c/--/"(quiet silent version help expression file)"/ \ c/-/"(n V e f -)"/ n/{-e,--expression}/x:'