$ LANG=C tr a-z A-Z <<< one
ONE
$ LANG=C tr a-z A-Z <<< 'one two three'
ONE TWO THREE
$ foo='one two three'
$ LANG=C tr a-z A-Z <<< "$foo"
ONE TWO THREE
$ LANG=C tr a-z A-Z <<< 'one
> two three'
ONE
TWO THREE
$ LANG=C tr a-z A-Z <<< '
> one
> two three
> '
ONE
TWO THREE
$
$ bc <<< 2^10
1024
ValueError: invalid literal for int() with base 10: 'my_secret_password'
$ terracli status
from jigu import Terra
terra = Terra("localterra", "http://localhost:1317")
import { LCDClient } from "@terra-money/terra.js";
const terra = new LCDClient({
URL: "http://localhost:1317",
chainId: "localterra",
});
Release linux (5.10.28-1).