Is there any easy way to implement the copy to clipboard option from the output of a shell script ?
If you do that on Windows 10 LXXS Ubuntu bash you can do
echo "What so ever..." | clip.exe
Does also work with WSL and WSL2.
WSL
WSL2