("`mkdir -p a/c/d`"); // Рекурсивно создаём директории, ... fs `mkdir a` `echo hello > a/b.txt` `mkdir -p a/c/d` `touch a/c/e.txt` `ln -s .
確定! 回上一頁