/usr/share/bash-completion/completions/libncarg-bin is in libncarg-bin 6.3.0-6build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | # bash completion for libncarg-bin -*- shell-script -*-
#Â ncargcc ncargex ncargf77 ncargf90 ng4ex nhlcc nhlf77 nhlf90 WRAPIT wrapit77
complete -W "
-agupwrtx \
-conransmooth -conranquick -conransuper -conrecsmooth -conrecquick -conrecsuper \
-dashsmooth -dashquick -dashline -dashsuper -dashchar \
-ictrans \
-ngmath -ncarbd -ngmathbd -noX11 -nox11 \
-sungks -smooth -super \
-quick \
" ncargcc ncargf77 ncargf90
complete -W "
-A -areas -autograph \
-bivar \
-class -clean -colconv -conpack -conpackt -conran_family -conrec_family -csagrid -cssgrid \
-dashline -dashpack -dsgrid \
-E -ezmap \
-F -field_flow -fitgrid \
-gflash -gks -gridall \
-halftone -histogram \
-isosrfhr -isosurface \
-labelbar \
-misc \
-ngmath -natgrid -ngmisc \
-onebyone \
-ps -P -plotchar -polypack -pwrite_family \
-scrolled_title -seter -shgrid -softfill -spps -streamlines -surface \
-T -threed \
-U \
-vaspackt -vectors \
-W -wmap \
-x11 " -f ncargex
complete -W "
-cdf \
-hdf \
-ngmath -ncarbd -ngmathbd -netcdf \
-XmXt -xmxt " -f nhlcc nhlf77 nhlf90
complete -W "
-d -h -l -L -n -q32 -r8 -fPIC
-pg -lf -in -g95 -gf -g77 " -f WRAPIT
|