Appearance
ls
cd
cd /home/xc
pwd
mkdir
mkdir test
touch
touch a.txt
cat
cat a.txt
cp
cp a.txt b.txt
mv
mv a.txt b.txt
rm
rm a.txt
clear