DEV Community

imabrakhimsaeed
imabrakhimsaeed

Posted on

Terminal. Day 1

Hi
i learned today some commands like

  • Ls
  • pwd
  • cd
  • echo
  • mkdir
  • rm
  • cat

ls - open the files
pwd - recognizes the address
cd - current directory
echo - print the text inside to the terminal
mkdir - creates a folder at the given address
rm - remove
cat - prints the contents of the given text file text file to the terminal.

Bye

Top comments (0)