Print environment variables

Report a typo

Write a script to print an environment variable named CONFIGURABLE.

Sample Input 1:


Sample Output 1:

TRUE
Write a program in Shell
#!/usr/bin/env bash
___

Create a free account to access the full topic