Basic Linux commands for working with Files
echo
This command is used to print whatever you write followed by command echo
example
echo Hello, this will print "Hello" on the terminal
ls
This command will list all the files and directories in a folder
syntax - ls Directory_name
mkdi...
priyanshu10.hashnode.dev2 min read