QuestionQ10
Basic Unix SkillsIn the csh or tcsh shell, which command sets the timezone environment variable to GMT?
- A export TZ=GMT
- B setenv TZ GMT
- C env TZ=GMT
- D TZ=GMT; export TZ
- E environ TZ GMT
In the csh or tcsh shell, which command sets the timezone environment variable to GMT?
Community Discussion