Added note about binary files

This commit is contained in:
Dylan Araps
2018-06-17 10:52:18 +10:00
parent 2c462e770f
commit 04bb4810d3

View File

@@ -685,6 +685,8 @@ shopt -u globstar
# File handling
**CAVEAT:** `bash` doesn't handle binary data properly in versions `< 4.4`.
## Read a file to a string.
Alternative to the `cat` command.