I'm copying like this:
cp "$input_file_absolut_path" "$output_directory_absolut_path"
Now I want to do something with the copied file, but i CAN'T just:
copy_absolut_path="$output_directory_absolut_path/$input_file_absolut_path"
Any tip to obtain the absolut path of the copied file?