文件操作 - update-eix-remote.fish
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/fish/completions/update-eix-remote.fish
编辑文件内容
# Completions for the eix tool's update-eix-remote command # http://dev.croup.de/proj/eix and http://sourceforge.net/projects/eix/ # Author: Tassilo Horn <tassilo@member.fsf.org> ########## # UPDATE-EIX-REMOTE ##### # Options complete -c update-eix-remote -s q -d "Be quiet" complete -c update-eix-remote -s v -d "Be verbose (default)" complete -c update-eix-remote -s u -xua '(__fish_print_users)' -d "Call wget as the given USER" complete -c update-eix-remote -s o -d "Use the given PATH as $OVERLAYPARENT" ##### # Subcommands complete -c update-eix-remote -xa 'update\t"'(_ "Fetch the eix-caches of some layman overlays into a temporary file resp. into FILE and add them to the eix database")'" fetch\t"'(_ "Only fetch the overlays into FILE")'" add\t"'(_ "Only add the overlays from FILE to the eix database")'" remove\t"'(_ "Remove all temporarily added virtual overlays from the eix database")'"' ##########
修改文件时间
将文件时间修改为当前时间的前一年
删除文件