I would like to add prefix on all folders and directories.
Example:
I have
Hi.jpg 1.txt folder/ this.file_is.here.png another_folder.ok/
with Perl:
perl -e 'rename $_, "PRE_$_" for <*>'