greycat 1569959607 learn The test command with one argument checks the string length of that argument. [ "$foo" ] is true if "$foo" is non-empty. [ false ] is true because "false" is a non-empty string.