if.1 (fish-3.5.0.tar.xz) | : | if.1 (fish-3.5.1.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 45 | skipping to change at line 45 | |||
The following code will print "foo.txt exists and is readable" if foo.txt is a regular file and readable | The following code will print "foo.txt exists and is readable" if foo.txt is a regular file and readable | |||
if test -f foo.txt | if test -f foo.txt | |||
and test -r foo.txt | and test -r foo.txt | |||
echo "foo.txt exists and is readable" | echo "foo.txt exists and is readable" | |||
end | end | |||
COPYRIGHT | COPYRIGHT | |||
2022, fish-shell developers | 2022, fish-shell developers | |||
3.5 Jun 16, 2022 IF(1) | 3.5 Jul 20, 2022 IF(1) | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 0 lines changed or added |