...
This can also be seen using the 'grib_ls' command to list the contents of the file:
Code Block |
---|
troifs0@ccb-login3:> grib_ls -p shortName,typeOfLevel,dataDate,experimentVersionNumber ICMSHob00INIT ICMSHob00INIT shortName typeOfLevel dataDate experimentVersionNumber t hybrid 20151101 ob00 t hybrid 20151101 ob00 t hybrid 20151101 ob00 ....... |
Useful Unix commands
Code Block | ||
---|---|---|
| ||
rm -rf 2015110100 rm -rf 2015110[1-5]00 |
...