ocehb: (Default)
ocehb ([personal profile] ocehb) wrote2017-09-01 09:43 am
Entry tags:

Zsh'изм: подчёркивание


# title="Title for testing"
# print -l $title ${(l:$#title::-::-:):-}
Title for testing
-----------------
# print -P "%U$title%u"
Title for testing
#