Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: print built-in doesn't print this.




On 14/11/2021 19:19, jdh wrote:
I wanted to insert a string of '-'s to visually show a change in a list.
But  I found out that

      print "--------"

# recap

> echo  ------
------
> echo - ----

----

> echo -- ----

-- ----

print ------

<nothing>

> print - ----
----

> print -- ----
----






Messages sorted by: Reverse Date, Date, Thread, Author