add revs based on git commits

This commit is contained in:
JMARyA 2024-03-08 22:53:45 +01:00
parent 55d389e2d1
commit 58c238d44a
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
59 changed files with 66 additions and 1 deletions

View file

@ -2,6 +2,7 @@
obj: concept
arch-wiki: https://wiki.archlinux.org/title/Command-line_shell
wiki: https://en.wikipedia.org/wiki/Unix_shell
rev: 2024-03-07
---
# Shell
The shell is a command-line interpreter that provides a user interface to an operating system's services. It allows users to interact with the system through text-based commands and scripts. Shell scripting refers to writing a series of commands in a script file to automate tasks and perform complex operations.