Showing posts with label javascript. Show all posts
Showing posts with label javascript. Show all posts

Tuesday, January 17, 2017

linux bulk prefix filenames

  In order to bulk add prefix to filenames  in a directory run the following comnmand for f in * ; do mv -- "$f" "2018-05-24_...