Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

shell function example

#!/bin/sh

# Define your function here
Hello () {
   echo "Hello World $1 $2"
}

# Invoke your function
Hello Zara Ali
Comment

shell function example

#!/bin/sh

# Function Definition
Welcome () {
   echo "Welcome $1"
}

# Calling the function Welcome with argument 
Welcome Vel
Comment

PREVIOUS NEXT
Code Example
Shell :: git see local changes 
Shell :: linux shell echo command with varia ble 
Shell :: sudo: effective uid is not 0 
Shell :: npm global installation not showing 
Shell :: brew mongodb: unknown version :mountain_lion 
Shell :: ubuntu reset path 
Shell :: git commit current changes to existing branch 
Shell :: date fns install 
Shell :: Failed to install the following Android SDK packages as some licences have not been accepted. build-tools;28.0.3 Android SDK Build-Tools 28.0.3 platforms;android-29 Android SDK Platform 29 
Shell :: expo install 
Shell :: bash: fork: Cannot allocate memory 
Shell :: mpeg-4 aac decoder h.264 decoder for ubuntu download 
Shell :: composer uninstall dev require 
Shell :: program to find leap year in bash 
Shell :: change permissions on all sub-directories 
Shell :: error permission to .git denied to deploy key 
Shell :: download aws cli linux 
Shell :: colorlog python 
Shell :: fix corrupted recycle bin 
Shell :: show conflcited files 
Shell :: install kotlin ubuntu 
Shell :: linux sudo /opt/lampp/lampp start command not found 
Shell :: Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. 
Shell :: delete git branch remote 
Shell :: linux create directory with permissions 
Shell :: check maven version in ubuntu 
Shell :: terminal for kali linux 
Shell :: docker image convert to tar.gz 
Shell :: lines count linux 
Shell :: macos kill process on port 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =