Hello, I'm trying to understand the process of starting scripts and understand shell itself.
I would like to ask:
what is $rc_fast_and_loose?
in
what is -n here? is it
and what does this line with set $_arg; . $_file ? What does this . after semicolon
I would like to ask:
what is $rc_fast_and_loose?
in
Code:
if [ -n "$rc_fast_and_loose" ]; then
set $_arg; . $_file
True if the length of "STRING" is non-zero. ? |
and what does this line with set $_arg; . $_file ? What does this . after semicolon