Jujube/cmd

From XPUB & Lens-Based wiki
Revision as of 17:57, 30 November 2018 by Jujube (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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