Link to home
Start Free TrialLog in
Avatar of DOCDGA
DOCDGA

asked on

Pass semicolon as a parameter

I want to create a script that passes a parameter that will be used as variable for a delimiter.

I am having problems passing semicolon as a parameter in my bash script.

I am a newbie but have read that semicolon colon used to separate multiple commands.

Can anyone help me?
ASKER CERTIFIED SOLUTION
Avatar of woolmilkporc
woolmilkporc
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DOCDGA
DOCDGA

ASKER

Your the best.
or

scriptname \;

Open in new window