Brian Kemboi
Linux commands are an essential toolkit for all developers. These are some of the common and useful commands.
ls - lists all the files and directories in the current path
ls -l -a (-l) lists more details (-a) includes hidden files.
cat - shows the contents of the chosen file.
this command can also be used to view the contents of hidden folders by specifying the full path of the hidden file.
A software developer interested in 3d modelling