Results 1 to 1 of 1
Hi,
I have the following command:
server=${server:-$DS_SERVER}
what does it do, well i do understand that it is assigning a value to variable server but what does ':-' do?...
- 03-19-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 2
need help in understanding a command
Hi,
I have the following command:
server=${server:-$DS_SERVER}
what does it do, well i do understand that it is assigning a value to variable server but what does ':-' do?


Reply With Quote