Horje
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




Shell

Related
remove kubernetes dashboard Code Example remove kubernetes dashboard Code Example
how to push local created commit to another branch in git Code Example how to push local created commit to another branch in git Code Example
git commit -m Author identity unknown Code Example git commit -m Author identity unknown Code Example
scikit-learn install error Code Example scikit-learn install error Code Example
fix dual boot time ubuntu Code Example fix dual boot time ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15