Answers for "bash or"

4

bash or

if [ "$1" = "a.txt" ] || [ "$2" = "c.txt" ]; then
	# do smt...
fi
Posted by: Guest on October-15-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language