Skip to content

Instantly share code, notes, and snippets.

@imedadel
Created November 23, 2019 17:40
Show Gist options
  • Save imedadel/1ad43a6e0d0748102eed3a7682792046 to your computer and use it in GitHub Desktop.
Save imedadel/1ad43a6e0d0748102eed3a7682792046 to your computer and use it in GitHub Desktop.
for file in *.html
do
mv "$file" "${file%.html}.txt"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment