Timeline for renaming file with date to a different date in shell script
Current License: CC BY-SA 3.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 30, 2017 at 0:03 | history | edited | Jeff Schaller♦ | CC BY-SA 3.0 |
deleted 44 characters in body; edited tags
|
| Sep 29, 2017 at 20:24 | comment | added | ilkkachu |
Related, the answers with s/a/b/ and Bash's ${var//a/b} work with longer strings than single characters: unix.stackexchange.com/questions/19058/…
|
|
| Sep 29, 2017 at 20:11 | vote | accept | Binay Mishra | ||
| Sep 29, 2017 at 20:08 | answer | added | Sagar | timeline score: -1 | |
| Sep 29, 2017 at 20:08 | answer | added | ilkkachu | timeline score: 0 | |
| Sep 29, 2017 at 20:08 | comment | added | Binay Mishra | Lets say my files have date as 2017-04-20, I want to rename the files to a new date i.e 2017-04-21. | |
| Sep 29, 2017 at 19:59 | comment | added | NickD | @Sagar: Not necessarily the current date I think. | |
| Sep 29, 2017 at 19:58 | answer | added | NickD | timeline score: 2 | |
| Sep 29, 2017 at 19:53 | answer | added | NickD | timeline score: -1 | |
| Sep 29, 2017 at 19:48 | comment | added | Sagar | assuming you want to rename all the files having date format as yyyy-mm-dd to current date right ? | |
| Sep 29, 2017 at 19:36 | history | edited | GAD3R | CC BY-SA 3.0 |
added 30 characters in body
|
| Sep 29, 2017 at 19:22 | history | asked | Binay Mishra | CC BY-SA 3.0 |