Tuesday, October 22, 2013

Developers podcasts

http://net.tutsplus.com/articles/web-roundups/top-15-podcasts-all-web-developers-should-follow/

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