bash:files:read_a_file:basic_read
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
bash:files:read_a_file:basic_read [2021/01/26 13:21] – peter | bash:files:read_a_file:basic_read [2021/01/26 16:47] (current) – peter | ||
---|---|---|---|
Line 42: | Line 42: | ||
</ | </ | ||
+ | ---- | ||
+ | |||
+ | ===== Checking that returned line is not empty ===== | ||
+ | |||
+ | <code bash> | ||
+ | #!/bin/bash | ||
+ | while IFS='' | ||
+ | echo "Text read from file: $line" | ||
+ | done < " | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | This is the opposite of **-z**, which checks if a string is null, i.e. it has zero length. | ||
+ | |||
+ | </ | ||
bash/files/read_a_file/basic_read.1611667306.txt.gz · Last modified: 2021/01/26 13:21 by peter