Answers for "bash echo a checkMark based on condition"

0

bash echo a checkMark based on condition

#!/bin/bash

echo -e "\xE2\x9C\x94 existing"
echo -e "\xE2\x9D\x8C missing"
Posted by: Guest on October-05-2021

Code answers related to "bash echo a checkMark based on condition"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language