当前位置:网站首页>How to find file accessed / created just feed minutes ago
How to find file accessed / created just feed minutes ago
2022-07-07 02:55:00 【Rich in starch】
problem :
I always forget which file I edit one minutes ago, so I input find . -cmin 1 I always forget the file I edited a minute ago , So I entered find . -cmin 1find . -cmin 1 or some other value but it worked exactly 1 minutes.find . -cmin 1 Or some other value , But it just works 1 minute .I had to try find . -ctime 2 /*or 3,4...*/ I have to try find . -ctime 2 /*or 3,4...*/find . -ctime 2 /*or 3,4...*/ .find . -ctime 2 /*or 3,4...*/ .
Then I find another approach which be better: Then I found another better way :
touch -t 12251134 empty /*similar format which 5 or 10 minutes ago */find . -newer emptyI can use date -d'-5minutes' +%m%d%H%M caculate the time for me. I can use date -d'-5minutes' +%m%d%H%M Calculate my time .I want to know if there is a simple way to find files accessed 1, 2 or 3... minutes ago. I wonder if there is a simple way to find 1,2 or 3 Files accessed minutes ago .
Solution :
Reference resources : https://stackoom.com/en/question/wsPc边栏推荐
- How to write test cases for test coupons?
- widerperson数据集转化为YOLO格式
- Redis Getting started tutoriel complet: positionnement et optimisation des problèmes
- Classify the features of pictures with full connection +softmax
- Redis introduction complete tutorial: replication principle
- Static proxy of proxy mode
- Wireshark installation
- PSINS中19维组合导航模块sinsgps详解(时间同步部分)
- Google Earth engine (GEE) -- 1975 dataset of Landsat global land survey
- Andrews - multimedia programming
猜你喜欢

dotConnect for DB2数据提供者

软件测试——Jmeter接口测试之常用断言

LeetCode 77:组合
![[2022 national tournament simulation] polygon - computational geometry, binary answer, multiplication](/img/09/b9d50f7a10e6898ac4088ee005d00b.png)
[2022 national tournament simulation] polygon - computational geometry, binary answer, multiplication

AWS learning notes (I)

普通测试年薪15w,测试开发年薪30w+,二者差距在哪?

What are the characteristics of the operation and maintenance management system

6-6漏洞利用-SSH安全防御

Hash table and full comments

哈希表及完整注释
随机推荐
Andrews - multimedia programming
从零安装Redis
Five reasons for clothing enterprises to deploy MES management system
密码学系列之:在线证书状态协议OCSP详解
[software test] the most complete interview questions and answers. I'm familiar with the full text. If I don't win the offer, I'll lose
CSDN summer camp course project analysis
Electrical engineering and automation
简单冒泡排序
[2022 national tournament simulation] polygon - computational geometry, binary answer, multiplication
Detailed explanation of 19 dimensional integrated navigation module sinsgps in psins (initial assignment part)
The 8 element positioning methods of selenium that you have to know are simple and practical
MetaForce原力元宇宙佛萨奇2.0智能合约系统开发(源码部署)
ERROR: Could not find a version that satisfies the requirement xxxxx (from versions: none)解决办法
Redis入門完整教程:問題定比特與優化
The so-called consumer Internet only matches and connects industry information, and does not change the industry itself
测试优惠券要怎么写测试用例?
c语言(字符串)如何把字符串中某个指定的字符删除?
Detailed explanation of 19 dimensional integrated navigation module sinsgps in psins (time synchronization part)
Work of safety inspection
记一次JAP查询导致OOM的问题分析