Horje
get additional parameters linux scripting Code Example
get additional parameters linux scripting
$ cat myscript
#!/bin/bash
echo "First arg: $1"
echo "Second arg: $2"
$ ./myscript hello world
First arg: hello
Second arg: world




Shell

Related
ubuntu power settings high performance Code Example ubuntu power settings high performance Code Example
float right in react js Code Example float right in react js Code Example
ubuntu 18.04 default display manager Code Example ubuntu 18.04 default display manager Code Example
open a pdf on linux Code Example open a pdf on linux Code Example
kill a process linux Code Example kill a process linux Code Example

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