-
mkdir Sara
-
touch one.txt two.txt three.txt four.txt
-
mkdir BAD
touch bad.txt
-
mv one.txt /home/user/downloads
-
cd /home/user/Downloads (optional)
cp one.txt copy.txt
-
cd -
-
nano two.txt
-
echo given text >> three.txt
-
mv three.txt hello.txt
-
rm four.txt
-
rm -r BAD