Open main menu

CDOT Wiki β

Changes

ULI101 Week 3

66 bytes added, 21:30, 4 September 2019
no edit summary
<li><p>Not all relative pathnames begin with <code>..</code></p></li>
<li><p>When using relative pathname, make sure you know your present working directory.</p>
<source lang="bash"># Change pwd to location relative to ipc144 (.. means parent directory: of pwd)cd../ipc144
# copy file sample.c (using location is relative to parentof pwd) # from joe.doe's home directory to your pwd:(. means pwd)
cp ../joe.doe/sample.c .
</source></li></ol>
* Prevent shell variable substitution
* Stop escape characters interpretation
 
[[Category:ULI101]]
[[Category:ULI101-2018]]