We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808cca4 commit b79fbe2Copy full SHA for b79fbe2
1_DATASCITOOLBOX/Data Scientists Toolbox Course Notes.Rmd
@@ -20,13 +20,14 @@ $\pagebreak$
20
* `pwd` = print working directory (current directory)
21
* `clear` = clear screen
22
* `ls` = list stuff
23
- * `-a` = see all (hidden)
+ * `-a` = see all (including hidden files)
24
* `-l` = details
25
* `cd` = change directory
26
* `mkdir` = make directory
27
* `touch` = creates an empty file
28
* `cp` = copy
29
* `cp <file> <directory>` = copy a file to a directory
30
+ * `cp <file> <renamed_file>` = rename a file
31
* `cp -r <directory> <newDirectory>` = copy all documents from directory to new Directory
32
* `-r` = recursive
33
* `rm` = remove
0 commit comments