Skip to content

Instantly share code, notes, and snippets.

@joshsh
Created August 1, 2017 07:16
Show Gist options
  • Save joshsh/270dad89a9a4f80252e5f5a389fcbc08 to your computer and use it in GitHub Desktop.
Save joshsh/270dad89a9a4f80252e5f5a389fcbc08 to your computer and use it in GitHub Desktop.
#!/bin/bash
ls | grep "^................$" > /tmp/files
for i in `cat /tmp/files`; do git mv $i $i.smsn; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment