Horje
printing arguments in a script Code Example
printing arguments in a script

#!/bin/bash

# example of using arguments to a script
echo "arg 1: $1"
echo "arg 2: $2"
echo "Total number of arguments is $#" 




Shell

Related
open vscode from terminal Code Example open vscode from terminal Code Example
how to clear/delete/remove/erase/wipe/forget shell traps Code Example how to clear/delete/remove/erase/wipe/forget shell traps Code Example
cmd to remove temporary files in win 10 Code Example cmd to remove temporary files in win 10 Code Example
linux du suppress errors Code Example linux du suppress errors Code Example
how to use find and -regex flag together Code Example how to use find and -regex flag together Code Example

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