| command | meaning | options |
|---|---|---|
mkdir | make the folder | -p a/b/c with parents-v check |
cd | go to the folder | |
mv | move mv [option] [from] [to] | -f force |
cp | copy cp [option] [what] [to where] | -r every (with git)-a-f force-n no if already exists |
rm | remove | -r delete dir too-v show the process |
ls | list up the entities within the folder | |
cat | show the content/ “concatenate” | |
cmp diff comm | comparing / difference / commonalities | |
code | open VS Code |