How to copy soft hypen UTF-8 character into clipboard on Linux using command line
On Wayland
example.sh
printf '\u00AD' | wl-copy(after installing wl-clipboard using sudo apt -y install wl-clipboard)
On X.org
example.sh
printf '\u00AD' | xclip -selection clipboard(after installing xclip using sudo apt -y install xclip)
Check out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow