rpm -qilp package.rpm
find ./ -name '*.swp' -exec rm {} /;
find ./ -name '*.swp' -ok rm {} /;
objcopy --strip-all from to
objcopy --strip-debug from to
ls -ltru
-t sort by modification time
-r reverse
-u with -lt sort by, and show, access time
-l show access time and sort by name
otherwise sort by accsee time
博客展示了多个信息技术相关命令,如使用rpm -qilp查看包信息,用find命令查找并删除特定文件,objcopy用于文件处理,还有ls -ltru命令及其参数含义,包括按修改时间排序、反向排序、按访问时间排序等。
2432

被折叠的 条评论
为什么被折叠?



