Changes between Version 29 and Version 30 of cypress/BasicLinuxComands
- Timestamp:
- 08/21/19 14:03:28 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/BasicLinuxComands
v29 v30 201 201 Unlike '''cp''', the '''mv''' command does not create a second instance of the file or directory. 202 202 203 === Note === 204 Here 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 {{{ 207 tulaneID@cypress1 ~]$ cp hpc-workshop/TextFiles/daysofweek.txt . 208 tulaneID@cypress1 ~]$ cp hpc-workshop/TextFiles/animals . 209 tulaneID@cypress1 ~]$ ls 210 animals daysofweek.txt hpc-workshop 211 tulaneID@cypress1 ~]$ 212 }}} 213 203 214 === cat === 204 215 Print the entire contents of a file (short for conCATenate).