You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,40 +8,40 @@
8
8
9
9
# lterm: Online bash terminal(emulator) tutorial
10
10
11
-
Check out the site live at -->[](https://sr6033.github.io/lterm/)[](https://gitter.im/lterm/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
11
+
Check out the site live at:[](https://sr6033.github.io/lterm/)[](https://gitter.im/lterm/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
12
12
13
-
**lterm** is an online **Terminal Emulator**. It is a step by step tutorial that will teach you the **bash** commands by making you execute them.
13
+
**lterm** is an online **Terminal Emulator**. It is a step by step tutorial that will teach you the **bash** commands by making you execute them.
14
14
15
15
*Nothing is better than learning by doing.*
16
16
17
17
It is fully online and doesn't require any extra shitty access. Being an emulator, it only virtualizes a terminal environment and so the commands executed doesn't effect either the server or your local machine.
18
18
19
19
### List of commands available presently
20
20
21
-
-`echo`-----[To display a string]
22
-
-`pwd`------[Shows you the present working directory]
23
-
-`ls`-------[Lists all the files]
24
-
-`cd`-------[To change directory - change the current working directory to a specific directory]
25
-
-`cd ..`-----[Moves you up one directory(parent)]
26
-
-`cat`------[Concatenate and print the content of files]
27
-
-`clear`----[Clears the terminal screen]
28
-
-`touch`----[Changes file timestamps or creates a new file]
29
-
-`cp`/`mv`--[To copy/move files]
30
-
-`rm`-------[Delets a file/directory]
31
-
-`uname`----[Shows the name of the Linux/Unix system you are using]
32
-
-`data`-----[Shows the local standard date & time]
33
-
-`ifconfig`-[Shows information about active network interfaces.]
34
-
-`mkdir`----[Creates a new directory]
35
-
-`tty`------[Prints the file name of the terminal connected to standard input]
36
-
-`history`--[Shows all the commands which are used in the previous iterations]
21
+
|`echo`|[To display a string]|
22
+
|`pwd`|[Shows you the present working directory]|
23
+
|`ls`|[Lists all the files]|
24
+
|`cd`|[To change directory - change the current working directory to a specific directory]|
25
+
|`cd ..`|[Moves you up one directory(parent)]|
26
+
|`cat`|[Concatenate and print the content of files]|
27
+
|`clear`|[Clears the terminal screen]|
28
+
|`touch`|[Changes file timestamps or creates a new file]|
29
+
|`cp`/`mv`|[To copy/move files]|
30
+
|`rm`|[Deletes a file/directory]|
31
+
|`uname`|[Shows the name of the Linux/Unix system you are using]|
32
+
|`data`|[Shows the local standard date & time]|
33
+
|`ifconfig`|[Shows information about active network interfaces.]|
34
+
|`mkdir`|[Creates a new directory]|
35
+
|`tty`|[Prints the file name of the terminal connected to standard input]|
36
+
|`history`|[Shows all the commands which are used in the previous iterations]|
37
37
38
38
### List of commands that can be added
39
39
40
40
-`export`
41
41
-`less`
42
42
-`more`
43
43
44
-
### Contributing
44
+
### Contributing
45
45
46
46
47
47
1. Fork it (<https://github.com/sr6033/lterm/fork>)
@@ -51,7 +51,7 @@ It is fully online and doesn't require any extra shitty access. Being an emulato
51
51
5. Create a new Pull Request
52
52
53
53
#### To add your new commands
54
-
- edit the file **<ahref="https://github.com/sr6033/lterm/blob/master/js/main.js">main.js</a>** to add your commands.
54
+
- edit the file **<ahref="https://github.com/sr6033/lterm/blob/master/js/main.js">main.js</a>** to add your commands.
55
55
- You don't have to worry about any other files or programs.
56
56
57
57
---
@@ -109,9 +109,9 @@ echo: function(arg1) {
109
109
110
110
```
111
111
- If you face any problem or cannot understand anything, open up an **issue**.
112
-
- You can also edit the **readme** and make it more user friendly to help out new contributers.
112
+
- You can also edit the **readme** and make it more user friendly to help out new contributors.
113
113
114
-
> **NOTE: Kindly keep the diplay of the terminal intact while making an update. A single extra space can make the look of the emulator little odd. So keep that in mind while printing something using `echo` command.**
114
+
> **NOTE: Kindly keep the display of the terminal intact while making an update. A single extra space can make the look of the emulator little odd. So keep that in mind while printing something using `echo` command.**
115
115
116
116
> Note: Kindly have interpretable & good commit messages. Don't assume me to be some **Jedi** with powers to be able to make out every commit with a single word as message.
0 commit comments