Skip to content

Tag: linux

All the articles with the tag "linux".

Here Documents vs Here Strings in Bash

Here Documents vs Here Strings in Bash

Bash heredocs and here strings explained: <<EOF for multiline input, <<-EOF for tab-indented blocks, <<<string for single lines, and when to use each.