摘要: function ba () { echo $(basename "$1")}export -f baecho "a b/c"|xargs -I @ sh -c "ba '@'" ba "$@" #include <unistd.h>#include <stdio.h>#include <fcntl 阅读全文
posted @ 2022-08-15 14:39 zJanly 阅读(93) 评论(0) 推荐(0)