I do write some of my own scripts in like bash or Perl. I should learn Python. I've got some books on Python, but haven't even cracked their covers yet.
I have not learned any coding language since fortran.
I've got basic skills in a few languages and very rusty skills in a number of other languages.
I definitely wouldn't do anything professional, though I do write some snippets for people at the various Linux sites. They're usually simple things.
exiftool -overwrite_original -all= *.png ; exiftool -overwrite_original -all= *.jpg ; echo $PWD 'images cleaned for privacy sake!'
That's how I sanitize pics before uploading them, for example. It's aliased to 'picclean'. So, I open the folder in the terminal and type 'picclean' and it sanitizes all the images in that folder. It then tells me which folder it cleaned and that it did in fact clean them, as well as how many pictures it cleaned of each type.
That works. I just open the properties and remove all metadata
(post is archived)