Skip to content

Instantly share code, notes, and snippets.

@zed-eiq
Created September 29, 2024 11:54
Show Gist options
  • Select an option

  • Save zed-eiq/7a232da35966ef4154f07ef7df299d51 to your computer and use it in GitHub Desktop.

Select an option

Save zed-eiq/7a232da35966ef4154f07ef7df299d51 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
for i in *.svg; do echo $i; d=$(echo $i | cut -d'-' -f1); date -d @${d} ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment