Skip to content

Commit fe1e2dd

Browse files
committed
Fixed typos, tabularized commands
1 parent 095a4e9 commit fe1e2dd

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,40 +8,40 @@
88

99
# lterm: Online bash terminal(emulator) tutorial
1010

11-
Check out the site live at --> [![lterm](https://img.shields.io/badge/webiste-live-brightgreen.svg?style=flat-square)](https://sr6033.github.io/lterm/) [![Gitter](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/lterm/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
11+
Check out the site live at: [![lterm](https://img.shields.io/badge/webiste-live-brightgreen.svg?style=flat-square)](https://sr6033.github.io/lterm/) [![Gitter](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/lterm/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
1212

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.
1414

1515
*Nothing is better than learning by doing.*
1616

1717
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.
1818

1919
### List of commands available presently
2020

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]|
3737

3838
### List of commands that can be added
3939

4040
- `export`
4141
- `less`
4242
- `more`
4343

44-
### Contributing
44+
### Contributing
4545

4646

4747
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
5151
5. Create a new Pull Request
5252

5353
#### To add your new commands
54-
- edit the file **<a href="https://github.com/sr6033/lterm/blob/master/js/main.js">main.js</a>** to add your commands.
54+
- edit the file **<a href="https://github.com/sr6033/lterm/blob/master/js/main.js">main.js</a>** to add your commands.
5555
- You don't have to worry about any other files or programs.
5656

5757
---
@@ -109,9 +109,9 @@ echo: function(arg1) {
109109
110110
```
111111
- 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.
113113

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.**
115115
116116
> 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.
117117
*May the Force be with you.*

0 commit comments

Comments
 (0)