In mac I have this command for f in *; do mv $f `basename $f `.ab; done; to add the extension .ab to a bunch of files.
for f in *; do mv $f `basename $f `.ab; done;
.ab
Can I do the same in