221
edits
Changes
no edit summary
<code>alias clearfile=”cat /dev/null >”</code>
== Shell Variables ==
Shell variables a classified in 2 groups:
$
</source>
=== Read-Only Variables ===
* Including the keyword <code>readonly</code> before the command assignment prevents you from changing the variable afterwards. For example: <code>readonly phone=“123-4567”</code>