Skip to content

Instantly share code, notes, and snippets.

@pbeaudequin
Created February 9, 2021 16:42
Show Gist options
  • Save pbeaudequin/cfca105c332a46b5b9c15968e31ec396 to your computer and use it in GitHub Desktop.
Save pbeaudequin/cfca105c332a46b5b9c15968e31ec396 to your computer and use it in GitHub Desktop.
for file in \[*; do
mv $file ${file##\[*\] }
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment