heres some one liners
mkdir -p todays_songs && mv * todays_songs/
rename to remove that square bracket shit
for f in *; do mv "$f" "$(echo "$f" | sed 's/\[.*\]//')"; done
sandbox for the other blog to practise posting and try out ideas. build up that muscle memory.
No comments:
Post a Comment