Lecture 13-MT2 Flashcards
Directory
a folder
File
any document
Path
nested address of a file/directory on computer
ls
Lists the contents of the directory found in the path
ls -l
long format of contents in directory found in this path
cd
change directory
-change the directory that the terminal is pointing at
mkdir
make directory
pwd
print working directory
-tells you in which directory you are in and the path taken to get there
mv
move file or directory from one location to another
nano
text editor program
wc
word count
cat
concatenate files/read them sequentially
head
inspect/see first (head) few lines of a file
What is the command line?
typing commands and reading text files
-dont use/see graphical user interface
-faster for large files