Horje
shell function example Code Example
shell function example
#!/bin/sh

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

# Invoke your function
Hello Zara Ali
functions in linux
#!/bin/sh

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

# Invoke your function
Hello




Shell

Related
loop file bash Code Example loop file bash Code Example
remove openshot ubuntu Code Example remove openshot ubuntu Code Example
how to revert back to previous commit in git permanently Code Example how to revert back to previous commit in git permanently Code Example
install shutter ubuntu Code Example install shutter ubuntu Code Example
nmap udp scan Code Example nmap udp scan Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10