↑: "[[find]]" - 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 | | ----- | ----- | %% DATAVIEW_PUBLISHER: end %%