Search Results

Search: Posts Made By: rubinovito
34,403
Posted By rubinovito
problem: A simple script: ...
problem:


A simple script:

#!/bin/bash
echo "Ciao Grande Vito"
echo "$1"
echo "Inserisci un nome"
read nome
echo "$nome"
exit 0


If I execute this script in a bash...
34,403
Posted By rubinovito
How to run a bash script in csh shell?
Hi
how to execute a bash script in csh shell?

Thanks
1,795
Posted By rubinovito
":" operator???
Hi,
this is the first time that i write here.
I'm learning bash script about 10 day.

I don't understand something like this

: ${nomeutente=‘whoami‘}

or this

: > data.xxx


In this...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 01:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy