Notes
Tuesday, December 20, 2011
Bash error [: =: unary operator expected
Use - if
[
"$number" = "1"
];
then
NOT - if
[
$number = "1"
];
then
http://linuxcommand.org/wss0100.php
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment