j
k
j a
j l
On Mai 11 2020, Masami Hiramatsu wrote:
(! echo "$command" >> "$3" ) 2> /dev/null (! printf "%s" "$command" >> "$3" ) 2> /dev/null
printf %s does not print a newline, you need printf '%s\n' for that.
Andreas.
Back to the thread
Back to the list