Exaos Lee
Exaos Lee
Another question: how about making file entries within one directory use relative links?
I tried to convert my following tables in SQLite3 and got the similar error message. My table: ```SQL CREATE TABLE ticket( -- Do not change any column that begins with...
> Have you thought of using different templates to create the files so each "project" lives in a different directory? Add to the template a filetag with the project name...
> https://apptainer.org/docs/admin/latest/installation.html#install-unprivileged-from-pre-built-binaries Thanks a lot! Unfortunately, `curl` and `rpm2cpio` are missing on the host I want to install my own `apptainer`. I will try another way to solve it.
> You can get the result you're looking for with seq. > > ```nushell > ❯ seq 15 10 95 > ╭───┬────╮ > │ 0 │ 15 │ > │...