Skip to content

Instantly share code, notes, and snippets.

@ghamarian
Created March 27, 2019 20:26
Show Gist options
  • Select an option

  • Save ghamarian/5ab832f3b542da58d8c8741b880fc7c1 to your computer and use it in GitHub Desktop.

Select an option

Save ghamarian/5ab832f3b542da58d8c8741b880fc7c1 to your computer and use it in GitHub Desktop.
for i in *; do export extension="${filename##*.}" export filename="${filename%.*}"; echo $extension; echo $filename ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment