bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: New feature


From: Saint Michael
Subject: Fwd: New feature
Date: Sat, 12 Oct 2024 09:50:03 -0400

From: Saint Michael <venefax@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]