<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article  PUBLIC '-//OASIS//DTD DocBook XML V4.4//EN'  'http://www.docbook.org/xml/4.4/docbookx.dtd'><article><articleinfo><title>die</title><revhistory><revision><revnumber>1</revnumber><date>2015-08-10 00:46:40</date><authorinitials>LKD70</authorinitials></revision></revhistory></articleinfo><informaltable><tgroup cols="2"><colspec colname="col_0"/><colspec colname="col_1"/><tbody><row rowsep="1"><entry colsep="1" rowsep="1"><para>Usage: </para></entry><entry colsep="1" rowsep="1"><para>die </para></entry></row><row rowsep="1"><entry colsep="1" rowsep="1"><para>Example: </para></entry><entry colsep="1" rowsep="1"><para>die &quot;We had an error and had to stop... &quot; </para></entry></row></tbody></tgroup></informaltable><para>Stops the script on the current line with an error. You can specify an error in between quotes &quot;&quot;. Aditionally to this an error code will be added to the end.  </para><screen><![CDATA[die "Oh uh! Seems we had an error \n"]]></screen><!--rule (<hr>) is not applicable to DocBook--><para> <ulink url="http://guide.neatportal.com/wiki/die/wiki/ScriptControlStructures#">ScriptControlStructures</ulink> </para></article>