文件操作 - popd.fish
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/fish/functions/popd.fish
编辑文件内容
function popd --description "Pop dir from stack" if count $argv >/dev/null switch $argv[1] case -h --h --he --hel --help __fish_print_help popd return 0 end end if test $dirstack[1] cd $dirstack[1] else printf (_ "%s: Directory stack is empty...\n") popd return 1 end set -e dirstack[1] end
修改文件时间
将文件时间修改为当前时间的前一年
删除文件