From: Saint Michael <vene...@gmail.com> Date: Sat, Oct 12, 2024 at 9:49 AM Subject: New feature
The command printf needs a new flag, -e, that would mimic that way the same flag works with echo. After using printf, right now I need to lunch a second command if I need to expand the \n into real new lines. PROCEDURE_INFO=$(echo -e "${PROCEDURE_INFO}") this step would be redundant if printf had the flag. Philip Orleans