Update README.md

Done set alphabetically
This commit is contained in:
LinuxSserver 2022-12-28 12:18:10 +05:30 committed by GitHub
parent 9d49149c12
commit 2fbe6d91da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -2331,6 +2331,10 @@ _Bash is the [Unix](https://www.google.com/search?q=What+is+UNIX+explain%3F&clie
<td class="tg-yw4l">seq</td>
<td class="tg-yw4l">Displays an incremental sequence of numbers from first to last.</td>
</tr>
<tr>
<td class="tg-yw4l">service</td>
<td class="tg-yw4l">This command is used to manage system services.</td>
</tr>
<tr>
<td class="tg-yw4l">set</td>
<td class="tg-yw4l">Used to manipulate shell variables and functions.</td>
@ -2540,10 +2544,6 @@ _Bash is the [Unix](https://www.google.com/search?q=What+is+UNIX+explain%3F&clie
<td class="tg-yw4l">Read and log system messages to the system console and log files.</td>
</tr>
<tr>
<td class="tg-yw4l">service</td>
<td class="tg-yw4l">This command is used to manage system services.</td>
</tr>
<tr>
<td class="tg-yw4l">systemctl</td>
<td class="tg-yw4l">This command can be used to start, stop, and check the status of system services.</td>
</tr>