03 2021 档案

摘要:I am in love with you She's scored again with her latest blockbuster 她的新作大获成功,再次引起轰动 How about going to a movie tonight?今晚看电影怎么样? The movie is a big h 阅读全文
posted @ 2021-03-31 15:02 daniel5 阅读(76) 评论(0) 推荐(0)
摘要:You only have one life.You only come around here once.Why wait?Why not start now?It doesn't matter how bad it is,it doesn't matter.One day,you will be 阅读全文
posted @ 2021-03-26 15:25 daniel5 阅读(112) 评论(0) 推荐(0)
摘要:1、find: 查找文件类型,文件后缀名为.log 7日以后的文件 find -type f -name "*.log" -mtime -7|xargs ls -l ls -l $(find -type f -name "*.log" -mtime -7) find -type f -name "* 阅读全文
posted @ 2021-03-15 17:04 daniel5 阅读(598) 评论(0) 推荐(0)