lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


```
os.execute("find /usr/share/zoneinfo -type f | sed s@/usr/share/zoneinfo/@@")
```
(or `io.popen` if you want to place result in the variable)