↑: "[[mlxのnormから除外する方法]]"
- [[shell]]コマンドの一つ
- 指定したディレクトリから一致する条件のファイル・ディレクトリの検索を行い、一覧表示することができる
- コマンドによっては削除もできたりできる
%% DATAVIEW_PUBLISHER: start
```dataview
TABLE WITHOUT ID
file.link as child,
aliases[0] as alias
from "zk/core"
where meta(up).path = this.file.path
SORT file.mtime ASC
```
%%
| child | alias |
| --------------------------- | ----- |
| [[zk/core/shell.md\|shell]] | Cdx2 |
%% DATAVIEW_PUBLISHER: end %%