⊥Д
Size: a a a
⊥Д
Лс
<<<'new text'
text=$(cat <<< EOF
hello there
Some text
Another line
Another dollar
EOF
)
⊥Д
️
echo "$(echo -e "new string\n$(<file)")" > file
чтобы даже cat не требовалсяEK
аᶘ
echo "$(echo 'new string' | cat - file)" > file
FD
EN
EN
FD
EN
F
EN
FD