Horje
bash multiline string variable Code Example
bash multiline string variable
IFS='' read -r -d '' String <<"EOF"
<?xml version="1.0" encoding='UTF-8'?>
 <painting>
   <img src="madonna.jpg" alt='Foligno Madonna, by Raphael'/>
   <caption>This is Raphael's "Foligno" Madonna, painted in
   <date>1511</date>-<date>1512</date>.</caption>
 </painting>
EOF




Shell

Related
set environment variable powershell Code Example set environment variable powershell Code Example
what if i dont want gui in ubuntu 20.04 Code Example what if i dont want gui in ubuntu 20.04 Code Example
how to add new line to each line Code Example how to add new line to each line Code Example
sbatch cancel job Code Example sbatch cancel job Code Example
how to install macos from usb Code Example how to install macos from usb Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13