Changes between Version 29 and Version 30 of cypress/BasicLinuxComands


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

Provided source of files for users' testing the commands cat and tail.

Legend:

Unmodified
Added
Removed
Modified
  • cypress/BasicLinuxComands

    v29 v30  
    201201Unlike '''cp''', the '''mv''' command does not create a second instance of the file or directory.
    202202
     203=== Note ===
     204Here and in the following, in order to try out the commands shown, you may copy the files needed from hpc-workshop/TextFiles to your home directory.
     205
     206{{{
     207tulaneID@cypress1 ~]$ cp hpc-workshop/TextFiles/daysofweek.txt .
     208tulaneID@cypress1 ~]$ cp hpc-workshop/TextFiles/animals .
     209tulaneID@cypress1 ~]$ ls
     210animals  daysofweek.txt  hpc-workshop
     211tulaneID@cypress1 ~]$
     212}}}
     213
    203214=== cat ===
    204215Print the entire contents of a file (short for conCATenate).