\l name \l .
Where name is the name of a
namename, without loading any columns into
memory
Current directory When a directory is opened, it becomes the current directory.
Reload current directory You can reload the current database with \l .. This will
ignore scripts and reload only data.
Never mind the dollars If a file or directory under the path being loaded has a dollar-sign suffix
then it is ignored. e.g. db/tickdata/myfile$ and db/tickdata/mydir$ would be ignored on
\l db/tickdata or on \l . if db/tickdata is the current directory.
q)\l sp.q / load sp.q script
...
q)\a / tables defined in sp.q
`p`s`sp
q)\l db/tickdata / load the data found in db/tickdata
q)\a / with tables quote and trade
`p`quote`s`sp`trade