Changes

Jump to: navigation, search

ULI101 Week 10

1 byte removed, 22:27, 31 August 2017
no edit summary
<code>alias clearfile=”cat /dev/null &gt;”</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>
221
edits

Navigation menu