Jujube/cmd: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "Useful command line: 1. quick review of .NEF files (copies the .NEF file and turns it into a jpg thumbnail) for img in *.NEF; do cp $img `basename $img .NEF`.jpg; done")
(No difference)

Revision as of 17:57, 30 November 2018

Useful command line:

1. quick review of .NEF files (copies the .NEF file and turns it into a jpg thumbnail)

  for img in *.NEF; do cp $img `basename $img .NEF`.jpg; done