#100daysofcode
Read more stories on Hashnode
Articles with this tag
Standard Streams The three standard streams are communication channels between a computer program and its environment. They are: Standard...
cat The cat command concatenates and prints the contents of files. cat <filename> will read the contents of a file and print them out. For example,...
You can navigate between files by clicking on them or moving across them using the much faster command line. The Root Directory The starting point...