Skip to content

Commit b79fbe2

Browse files
committed
Clarifies the meaning of ls -a, and adds renaming a file to cp
1 parent 808cca4 commit b79fbe2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

1_DATASCITOOLBOX/Data Scientists Toolbox Course Notes.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ $\pagebreak$
2020
* `pwd` = print working directory (current directory)
2121
* `clear` = clear screen
2222
* `ls` = list stuff
23-
* `-a` = see all (hidden)
23+
* `-a` = see all (including hidden files)
2424
* `-l` = details
2525
* `cd` = change directory
2626
* `mkdir` = make directory
2727
* `touch` = creates an empty file
2828
* `cp` = copy
2929
* `cp <file> <directory>` = copy a file to a directory
30+
* `cp <file> <renamed_file>` = rename a file
3031
* `cp -r <directory> <newDirectory>` = copy all documents from directory to new Directory
3132
* `-r` = recursive
3233
* `rm` = remove

0 commit comments

Comments
 (0)