I often interactively loop over e.g. my files and want to perform a specific operation on all of them, let\'s say I\'d like to rename all files:
for file in
Actually you can do this in a script
add:
set -x set -n
in the beginning of the script