/ Published in: Bash
Expand |
Embed | Plain Text
if [ -z "$1" ]; then # No command-line arguments. else # First command-line argument is $1. fi
You need to login to post a comment.
if [ -z "$1" ]; then # No command-line arguments. else # First command-line argument is $1. fi
You need to login to post a comment.