1/19
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
ls
list files and directories
mkdir
make directory
cd
change directory
cp file1 file2
copy 'filename1' and call it 'filename2'
mv
move or rename "something to something"- you wrote
rm
remove file(you entered)
clear
clears the screen
more
display file(you enter) a page at a time
cat
displays content of file you entered all at once
pwd
prints the current working directory
man
display the manual for the given command
grep
searches a file
ls -a
shows hidden files
ls -l
shows more about file
65
ASCII table for A
97
ASCII table for a
48
ASCII table for 0
32
ASCII table for space
35
ASCII table for #
33
ASCII table for !