[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problema bash passaggio parametri



Scusate, non hanno funzionato correttamente gli a capo della mail
precedente...

Questa funzione fa l'echo del 1° parametro:
> $ cat test.sh
> #!/bin/bash
>
> var1="$1"
> echo $var1
e funziona... se ho capito qual'è il problema :-\
> $ ./test.sh "test test"
> test test

Ciao

Piviul


Reply to: