Guest_imported
New member
- Jan 1, 1970
- 0
consider the following script outline:
some statements
some statements
if [[something]]
then {
statement
statement
statement
}
fi
with vi, how could I indent(or tab over) the three statements within the if conditional without doing it line by line?
Thanks for any help.
some statements
some statements
if [[something]]
then {
statement
statement
statement
}
fi
with vi, how could I indent(or tab over) the three statements within the if conditional without doing it line by line?
Thanks for any help.