Aug 17, 20191 minCreate a Tree-View of a Directory on Linux with 'tree'This post shows you how to create a tree-view of a directory on Linux (Ubuntu). Install and Use Tree To create a tree view of a directory...
Nov 23, 20181 minA Simple MakefileClick [here] for a simple Makefile and the UDPEchoClient.c and UDPEchoServer.c code from p. 54-59 of TCP/IP Sockets in C: Practical Guide...
Apr 27, 20181 mintar.gz up a dir / tar.gz extracttar -cvzf directory.tar.gz directory; tar -xvzf directory.tar.gz
Apr 11, 20181 minPrint the name of a file and the file's contentsThis post lists a Linux command that will print the name of a file and then print the contents of that file. The following command will...