Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

what is shell scripting

#A shell script is a computer program designed to be run by the Unix shell,a command-line interpreter.
#The various dialects of shell scripts are considered to be scripting languages.
#Typical operations performed by shell scripts include file manipulation,
#program execution,
#and printing text
insta: @hasu4167
Comment

shell scripting

there are diffrerent shells
bash is the most common one,

others are csh zsh etc.. 
Comment

what is shell scripting

A shell script is a computer program designed to be run by the Unix/Linux shell which could be one of the following:

The Bourne Shell
The C Shell
The Korn Shell
The GNU Bourne-Again Shell
A shell is a command-line interpreter and typical operations performed by shell scripts include file manipulation, program execution, and printing text.

for more visit https://www.tutorialspoint.com/unix/shell_scripting.htm
Comment

PREVIOUS NEXT
Code Example
Shell :: how to create ssh key for github 
Shell :: docker --restart example 
Shell :: Install docker on linux (Ubuntu) 
Shell :: burp suite kali linux 
Shell :: autoreconf: command not found 
Shell :: how install mongodb on raspberry 
Shell :: error installed react native using npx react native init 
Shell :: for in shell script 
Shell :: command to change user username 
Shell :: ubuntu display sources.list 
Shell :: always asks for ssh-add 
Shell :: awk or statement 
Shell :: install dependencies and devDependencies at same time 
Shell :: ssh: could not resolve hostname gitlab.example.com: name or service not known 
Shell :: how to ping and know if the target is alive Kali Linux 
Shell :: cast audio to google home mini from pc linux 
Shell :: install php 7.4 nginx ubuntu 
Shell :: uncommitted modifications to Homebrew/homebrew-core 
Shell :: brew 
Shell :: install react router 
Php :: tinker not colorful 
Php :: check laravel version 
Php :: sail alias 
Php :: php get first 5 characters of string 
Php :: typeof php 
Php :: laravel get url segment 
Php :: magento get admin url 
Php :: findorfail laravel 
Php :: php title case 
Php :: create laravel project with composer 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =