How do I get the option -10 from command line arguments- "tail -10". getopt function finds '1' character. But how do I access the string "10"? If this can be done ...