Menu
Horje
Hi !
Welcome,
Guest
Close Menu
Home
Coding
Code Example
Download
Home
Coding
Code Example
Bash rename files based on date modified Code Example
bash rename files based on date modified
for f in *.jpg; do mv -n "$f" "$(date -r "$f" +"%Y%m%d_%H%M%S").jpg"; done
Source:
stackoverflow.com
Next
Previous
Shell
Related
remove kubernetes dashboard Code Example
how to push local created commit to another branch in git Code Example
git commit -m Author identity unknown Code Example
scikit-learn install error Code Example
fix dual boot time ubuntu Code Example
Type
:
Code Example
Category
:
Coding
Sub Category
:
Code Example
Uploaded by
:
Admin
Views
:
15