Skip to content

Commit ebc89c2

Browse files
committed
website
1 parent 1249fe4 commit ebc89c2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

sandiso/Demo.html

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<body>
4+
5+
<h1>My Commands</h1>
6+
7+
<p> ls- command is equivalent to ll command, this is used to get details informationabout files and directories in present work directoty</p>
8+
<p> ll- This command is used to list the details information of files and folders of the current directoty <p/>
9+
<p> dir- Allows you lto see the available files and directoty<p/>
10+
<p> pwd - is used to output the path of the currect working directory</p>
11+
<p> git clone- if you want to get a copy af an existing git repository for example a project you'd like to contribute<p/>
12+
<p> history-history of the previous commands<p/>
13+
<p> nano- <p/>
14+
<p> exit -exit the page<p/>
15+
<p> mkdir - is used to create new dictory<p/>
16+
<p> cd- is used to change the current working directory<p/>
17+
<p> sudo - allow access to other commands as a different user. sudo adds a log entry of the commands run, if you mess up you can always go back and see what command were run.<p/>
18+
<a href="http://www.w3schools.com">This is a link</a>
19+
<img src="w3schools.jpg" width="104" height="142">
20+
21+
22+
</body>
23+
</html>

0 commit comments

Comments
 (0)