From 1e505562322cc0a66261fa2d3333ea00417be7c6 Mon Sep 17 00:00:00 2001 From: Adam Olech Date: Thu, 11 Nov 2021 14:30:51 +0100 Subject: Add all files --- extract-data-from-abs-guide/files/eq.txt | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'extract-data-from-abs-guide/files/eq.txt') diff --git a/extract-data-from-abs-guide/files/eq.txt b/extract-data-from-abs-guide/files/eq.txt index 9db0882..139b267 100644 --- a/extract-data-from-abs-guide/files/eq.txt +++ b/extract-data-from-abs-guide/files/eq.txt @@ -47,22 +47,3 @@ is greater than or equal to (within double parentheses) (("$a" >= "$b")) - - string comparison - - = - is equal to - - if [ "$a" = "$b" ] - - Caution - - Note the whitespace framing the =. - if [ "$a"="$b" ] is not equivalent to the above. - - == - is equal to - - if [ "$a" == "$b" ] - - This is a synonym for =. -- cgit v1.2.1