Saturday, July 8, 2017

Creating Array of Objects + search


No comments:

Post a Comment

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_...