Convert to upper or lower case in shell

convert string to upper or lower case in shell script

convert string to upper case
echo aBcD | tr '[:lower:]' '[:upper:]'

convert string to lower case
echo aBcD | tr '[:upper:]' '[:lower:]'

Remove computer from Azure Arc

   To fully remove a computer from Azure Arc-enabled servers, follow the official steps in the Uninstall the Azure Connected Machin...

Mais vistos