Changes between Version 31 and Version 32 of cypress/BasicLinuxComands


Ignore:
Timestamp:
08/21/19 14:55:42 (5 years ago)
Author:
cbaribault
Comment:

Fixed example code block for cd using relative and absolute paths.

Legend:

Unmodified
Added
Removed
Modified
  • cypress/BasicLinuxComands

    v31 v32  
    4848
    4949{{{
    50 [tulaneID@cypress1 ~]$ pwd
    51 /home
    52 [tulaneID@cypress1 ~]$ cd tulaneID/hpc-workshop
    5350[tulaneID@cypress1 hpc-workshop]$ pwd
    5451/home/tulaneID/hpc-workshop
    5552[tulaneID@cypress1 ~]$ cd /home
    56 [tulaneID@cypress1 ~]$ pwd
     53[tulaneID@cypress1 home]$ pwd
    5754/home
    58 [tulaneID@cypress1 ~]$
     55[tulaneID@cypress1 home]$
    5956}}}
    6057
    6158Lastly, if you ever get lost you can use the tilde (~ - or simply **cd** with no argument!) to return to your HOME directory.
    6259{{{
    63 [tulaneID@cypress1 ~]$ cd ~
     60[tulaneID@cypress1 home]$ cd ~
    6461[tulaneID@cypress1 ~]$ pwd
    6562/home/tulaneID