Install and use
Select the corresponding binary or download the compressed package according to your operating system, and run the corresponding binary (if the binary is a non-executable file, please add executable permissions to the binary: chmod 755 ossutil), that is:
Under linux system:
./ossutil
Set the language of ossutil
When using the ossutil command, you can use the -L option to set the language. The optional range is CH/EN, that is, Chinese or English. Case insensitivity. The default language is CH (Chinese). If it is set to CH (Chinese), you need to ensure that your system is utf-8 encoded, otherwise garbled characters may be displayed.
like:
./ossutil help ls displays help in the default language of ls
./ossutil help ls -L ch displays the Chinese help of ls
./ossutil help ls -L en displays the English help of ls
./ossutil config -L ch runs the interactive configuration command of ossutil config, and the prompt language is Chinese.
./ossutil config -L en Runs the interactive configuration command of ossutil config. The prompt language is English.
Note: The errors output by ossutil are all in English by default and will not be affected by the above options.
it works
it works
it works