Problem : How to create or echo a blank line in batch file or script?
Solution : Just add
a period ('.') after the echo command without any space.
As shown above, "echo." will print a blank line for you.
Njoy !!!
-----------------------------------------------------------------
[UPDATE]
However in bash version >4
echo. will fail
echo will work
Solution : Just add
a period ('.') after the echo command without any space.
As shown above, "echo." will print a blank line for you.
Njoy !!!
-----------------------------------------------------------------
[UPDATE]
However in bash version >4
echo. will fail
echo will work
0 nhận xét:
Đăng nhận xét