Ryan's Website / Linux Tutorial

Ryan's Linux Tutorial

The following example shows you how to type commands in bash:


$ ls
file1.txt file2.txt file3.txt
$ cat file1.txt
Hello world
The end
$ cat file1.txt | wc -w
4
<div id="content">my content</div>