mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
fix typo
Co-authored-by: kang <1115610574@qq.com>
This commit is contained in:
parent
3cf8bdfe46
commit
232900349a
@ -1154,10 +1154,10 @@ date -d"1 day ago" +"%F %H:%M:%S"
|
||||
date -d"-1 day ago" +"%F %H:%M:%S"
|
||||
|
||||
# get this time 7 days ago
|
||||
date -d"1 week ago" +"%F %H:%M:%S"
|
||||
date -d"7 days ago" +"%F %H:%M:%S"
|
||||
|
||||
# get this time a week ago
|
||||
date -d"7 day ago" +"%F %H:%M:%S"
|
||||
date -d"1 week ago" +"%F %H:%M:%S"
|
||||
```
|
||||
|
||||
##### wait for random duration (e.g. sleep 1-5 second, like adding a jitter)
|
||||
|
Loading…
Reference in New Issue
Block a user