💡 Tip: You typed message in capitals and wanted it in lower case:

copy it to your clipboard then execute in the #CLI

 xsel -ob | tr 'A-Z' 'a-z' | xsel -ib

Now paste the contents of your clipboard

You can save this as a shell alias or function for convenience

#Linux #Ubuntu #CLI #DWDsTips